Color Hex Logo

#72fdee Color Hex

#72FDEE
(114,253,238)
0 Favorites   0 Comments

Color spaces of #72fdee

RGB 114253238
HSL0.480.970.72
HSV174°55°99°
CMYK 0.550.000.06   0.01
XYZ57.497380.001093.3002
Yxy80.00100.24910.3466
Hunter Lab89.4433-41.77960.7636
CIE-Lab91.6853-41.2913-4.2995

#72fdee color RGB value is (114,253,238).

#72fdee hex color red value is 114, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #72fdee hue: 0.48 , saturation: 0.97 and the lightness value of 72fdee is 0.72.

The process color (four color CMYK) of #72fdee color hex is 0.55, 0.00, 0.06, 0.01. Web safe color of #72fdee is #66ffff. Color #72fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111101 11101110
Octal 162 375 356
Decimal 114 253 238
Hex 72 FD EE

RGB Percentages of Color #72fdee

%18.84
%41.82
%39.34

CMYK Percentages of Color #72fdee

%55
%0
%6
%1

Triadic Colors of #72fdee

#72fdee #ee72fd #fdee72

Analogous Colors of #72fdee

#72fdee #72c7fd #72fda9

Monochromatic Colors of #72fdee

#72fdee

Complementary Color

#72fdee #fd7281

#72fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fdee Color CSS Codes

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

#72fdee Text Font Color

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

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


#72fdee Background Color

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

This div background color is #72fdee


#72fdee Border Color

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

This div border color is #72fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fdee


Comments

No comments written yet.

Please login to write comment.