Color Hex Logo

#72cadc Color Hex

#72CADC
(114,202,220)
0 Favorites   0 Comments

Color spaces of #72cadc

RGB 114202220
HSL0.530.600.65
HSV190°48°86°
CMYK 0.480.080.00   0.14
XYZ40.978250.985875.3916
Yxy50.98580.24490.3047
Hunter Lab71.4043-22.5183-12.6177
CIE-Lab76.6704-21.7172-17.1600

#72cadc color RGB value is (114,202,220).

#72cadc hex color red value is 114, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #72cadc hue: 0.53 , saturation: 0.60 and the lightness value of 72cadc is 0.65.

The process color (four color CMYK) of #72cadc color hex is 0.48, 0.08, 0.00, 0.14. Web safe color of #72cadc is #66cccc. Color #72cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11011100
Octal 162 312 334
Decimal 114 202 220
Hex 72 CA DC

RGB Percentages of Color #72cadc

%21.27
%37.69
%41.04

CMYK Percentages of Color #72cadc

%48
%8
%0
%14

Triadic Colors of #72cadc

#72cadc #dc72ca #cadc72

Analogous Colors of #72cadc

#72cadc #7295dc #72dcb9

Monochromatic Colors of #72cadc

#72cadc

Complementary Color

#72cadc #dc8472

#72cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cadc Color CSS Codes

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

#72cadc Text Font Color

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

This sample text font color is #72cadc
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.


#72cadc Background Color

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

This div background color is #72cadc


#72cadc Border Color

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

This div border color is #72cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cadc


Comments

No comments written yet.

Please login to write comment.