Color Hex Logo

#72cccd Color Hex

#72CCCD
(114,204,205)
0 Favorites   0 Comments

Color spaces of #72cccd

RGB 114204205
HSL0.500.480.63
HSV181°44°80°
CMYK 0.440.000.00   0.20
XYZ39.551751.170965.5500
Yxy51.17090.25310.3274
Hunter Lab71.5338-26.4900-4.2567
CIE-Lab76.7824-26.6349-8.9062

#72cccd color RGB value is (114,204,205).

#72cccd hex color red value is 114, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #72cccd hue: 0.50 , saturation: 0.48 and the lightness value of 72cccd is 0.63.

The process color (four color CMYK) of #72cccd color hex is 0.44, 0.00, 0.00, 0.20. Web safe color of #72cccd is #66cccc. Color #72cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001100 11001101
Octal 162 314 315
Decimal 114 204 205
Hex 72 CC CD

RGB Percentages of Color #72cccd

%21.80
%39.01
%39.20

CMYK Percentages of Color #72cccd

%44
%0
%0
%20

Triadic Colors of #72cccd

#72cccd #cd72cc #cccd72

Analogous Colors of #72cccd

#72cccd #729fcd #72cda1

Monochromatic Colors of #72cccd

#72cccd

Complementary Color

#72cccd #cd7372

#72cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cccd Color CSS Codes

.mybgcolor {background-color:#72cccd; } 
.myforecolor {color:#72cccd; }
.mybordercolor {border:3px solid #72cccd; }

#72cccd Text Font Color

<p style="color:#72cccd">Text here</p>

This sample text font color is #72cccd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#72cccd Background Color

<div style="background-color:#72cccd">
Div content here</div>

This div background color is #72cccd


#72cccd Border Color

<div style="border:3px solid #72cccd">
Div here</div>

This div border color is #72cccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,204,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72cccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72cccd;
  -webkit-box-shadow: 1px 1px 3px 2px #72cccd;
  box-shadow:         1px 1px 3px 2px #72cccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,204,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #72cccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #72cccd;
  -webkit-box-shadow: 1px 1px 3px 2px #72cccd;
  box-shadow:         1px 1px 3px 2px #72cccd;">
Div content here</div>

This div box has shadow with color #72cccd

#72cccd Color Palettes


Comments

No comments written yet.

Please login to write comment.