Color Hex Logo

#72ecee Color Hex

#72ECEE
(114,236,238)
0 Favorites   0 Comments

Color spaces of #72ecee

RGB 114236238
HSL0.500.780.69
HSV181°52°93°
CMYK 0.520.010.00   0.07
XYZ52.367569.741491.5903
Yxy69.74140.24510.3264
Hunter Lab83.5113-34.2127-6.5679
CIE-Lab86.8699-33.5047-11.4343

#72ecee color RGB value is (114,236,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101100 11101110
Octal 162 354 356
Decimal 114 236 238
Hex 72 EC EE

RGB Percentages of Color #72ecee

%19.39
%40.14
%40.48

CMYK Percentages of Color #72ecee

%52
%1
%0
%7

Triadic Colors of #72ecee

#72ecee #ee72ec #ecee72

Analogous Colors of #72ecee

#72ecee #72aeee #72eeb2

Monochromatic Colors of #72ecee

#72ecee

Complementary Color

#72ecee #ee7472

#72ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ecee Color CSS Codes

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

#72ecee Text Font Color

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

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


#72ecee Background Color

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

This div background color is #72ecee


#72ecee Border Color

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

This div border color is #72ecee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,236,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 #72ecee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ecee


Comments

No comments written yet.

Please login to write comment.