Color Hex Logo

#72c7ee Color Hex

#72C7EE
(114,199,238)
0 Favorites   0 Comments

Color spaces of #72c7ee

RGB 114199238
HSL0.550.780.69
HSV199°52°93°
CMYK 0.520.160.00   0.07
XYZ42.795550.597388.3996
Yxy50.59730.23540.2783
Hunter Lab71.1318-17.0884-23.8909
CIE-Lab76.4344-15.1969-27.2081

#72c7ee color RGB value is (114,199,238).

#72c7ee hex color red value is 114, green value is 199 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #72c7ee hue: 0.55 , saturation: 0.78 and the lightness value of 72c7ee is 0.69.

The process color (four color CMYK) of #72c7ee color hex is 0.52, 0.16, 0.00, 0.07. Web safe color of #72c7ee is #66ccff. Color #72c7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000111 11101110
Octal 162 307 356
Decimal 114 199 238
Hex 72 C7 EE

RGB Percentages of Color #72c7ee

%20.69
%36.12
%43.19

CMYK Percentages of Color #72c7ee

%52
%16
%0
%7

Triadic Colors of #72c7ee

#72c7ee #ee72c7 #c7ee72

Analogous Colors of #72c7ee

#72c7ee #7289ee #72eed7

Monochromatic Colors of #72c7ee

#72c7ee

Complementary Color

#72c7ee #ee9972

#72c7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c7ee Color CSS Codes

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

#72c7ee Text Font Color

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

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


#72c7ee Background Color

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

This div background color is #72c7ee


#72c7ee Border Color

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

This div border color is #72c7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c7ee


Comments

No comments written yet.

Please login to write comment.