Color Hex Logo

#72ceeb Color Hex

#72CEEB
(114,206,235)
0 Favorites   0 Comments

Color spaces of #72ceeb

RGB 114206235
HSL0.540.750.68
HSV194°51°92°
CMYK 0.510.120.00   0.08
XYZ44.006153.718286.6465
Yxy53.71820.23870.2914
Hunter Lab73.2927-21.0880-18.7876
CIE-Lab78.2971-19.6457-22.7550

#72ceeb color RGB value is (114,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001110 11101011
Octal 162 316 353
Decimal 114 206 235
Hex 72 CE EB

RGB Percentages of Color #72ceeb

%20.54
%37.12
%42.34

CMYK Percentages of Color #72ceeb

%51
%12
%0
%8

Triadic Colors of #72ceeb

#72ceeb #eb72ce #ceeb72

Analogous Colors of #72ceeb

#72ceeb #7292eb #72ebcc

Monochromatic Colors of #72ceeb

#72ceeb

Complementary Color

#72ceeb #eb8f72

#72ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ceeb Color CSS Codes

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

#72ceeb Text Font Color

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

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


#72ceeb Background Color

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

This div background color is #72ceeb


#72ceeb Border Color

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

This div border color is #72ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ceeb


Comments

No comments written yet.

Please login to write comment.