Color Hex Logo

#72ceea Color Hex

#72CEEA
(114,206,234)
0 Favorites   0 Comments

Color spaces of #72ceea

RGB 114206234
HSL0.540.740.68
HSV194°51°92°
CMYK 0.510.120.00   0.08
XYZ43.862053.660585.8876
Yxy53.66050.23910.2926
Hunter Lab73.2533-21.3126-18.2386
CIE-Lab78.2634-19.9228-22.2705

#72ceea color RGB value is (114,206,234).

#72ceea hex color red value is 114, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #72ceea hue: 0.54 , saturation: 0.74 and the lightness value of 72ceea is 0.68.

The process color (four color CMYK) of #72ceea color hex is 0.51, 0.12, 0.00, 0.08. Web safe color of #72ceea is #66ccff. Color #72ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001110 11101010
Octal 162 316 352
Decimal 114 206 234
Hex 72 CE EA

RGB Percentages of Color #72ceea

%20.58
%37.18
%42.24

CMYK Percentages of Color #72ceea

%51
%12
%0
%8

Triadic Colors of #72ceea

#72ceea #ea72ce #ceea72

Analogous Colors of #72ceea

#72ceea #7292ea #72eaca

Monochromatic Colors of #72ceea

#72ceea

Complementary Color

#72ceea #ea8e72

#72ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ceea Color CSS Codes

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

#72ceea Text Font Color

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

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


#72ceea Background Color

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

This div background color is #72ceea


#72ceea Border Color

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

This div border color is #72ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ceea


Comments

No comments written yet.

Please login to write comment.