Color Hex Logo

#72cafc Color Hex

#72CAFC
(114,202,252)
0 Favorites   0 Comments

Color spaces of #72cafc

RGB 114202252
HSL0.560.960.72
HSV202°55°99°
CMYK 0.550.200.00   0.01
XYZ45.630652.846799.8909
Yxy52.84670.23000.2664
Hunter Lab72.6957-15.1743-30.5831
CIE-Lab77.7844-12.7334-32.6382

#72cafc color RGB value is (114,202,252).

#72cafc hex color red value is 114, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #72cafc hue: 0.56 , saturation: 0.96 and the lightness value of 72cafc is 0.72.

The process color (four color CMYK) of #72cafc color hex is 0.55, 0.20, 0.00, 0.01. Web safe color of #72cafc is #66ccff. Color #72cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11111100
Octal 162 312 374
Decimal 114 202 252
Hex 72 CA FC

RGB Percentages of Color #72cafc

%20.07
%35.56
%44.37

CMYK Percentages of Color #72cafc

%55
%20
%0
%1

Triadic Colors of #72cafc

#72cafc #fc72ca #cafc72

Analogous Colors of #72cafc

#72cafc #7285fc #72fce9

Monochromatic Colors of #72cafc

#72cafc

Complementary Color

#72cafc #fca472

#72cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cafc Color CSS Codes

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

#72cafc Text Font Color

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

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


#72cafc Background Color

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

This div background color is #72cafc


#72cafc Border Color

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

This div border color is #72cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cafc


Comments

No comments written yet.

Please login to write comment.