Color Hex Logo

#72cafe Color Hex

#72CAFE
(114,202,254)
0 Favorites   0 Comments

Color spaces of #72cafe

RGB 114202254
HSL0.560.990.72
HSV202°55°100°
CMYK 0.550.200.00   0.00
XYZ45.949452.9742101.5692
Yxy52.97420.22920.2642
Hunter Lab72.7834-14.6808-31.7908
CIE-Lab77.8598-12.1485-33.5906

#72cafe color RGB value is (114,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11111110
Octal 162 312 376
Decimal 114 202 254
Hex 72 CA FE

RGB Percentages of Color #72cafe

%20.00
%35.44
%44.56

CMYK Percentages of Color #72cafe

%55
%20
%0
%0

Triadic Colors of #72cafe

#72cafe #fe72ca #cafe72

Analogous Colors of #72cafe

#72cafe #7284fe #72feec

Monochromatic Colors of #72cafe

#72cafe

Complementary Color

#72cafe #fea672

#72cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cafe Color CSS Codes

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

#72cafe Text Font Color

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

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


#72cafe Background Color

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

This div background color is #72cafe


#72cafe Border Color

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

This div border color is #72cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.