Color Hex Logo

#72ddfc Color Hex

#72DDFC
(114,221,252)
0 Favorites   0 Comments

Color spaces of #72ddfc

RGB 114221252
HSL0.540.960.72
HSV193°55°99°
CMYK 0.550.120.00   0.01
XYZ50.366662.3186101.4696
Yxy62.31860.23520.2910
Hunter Lab78.9421-24.2623-20.9499
CIE-Lab83.0826-22.4686-24.5218

#72ddfc color RGB value is (114,221,252).

#72ddfc hex color red value is 114, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #72ddfc hue: 0.54 , saturation: 0.96 and the lightness value of 72ddfc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 11111100
Octal 162 335 374
Decimal 114 221 252
Hex 72 DD FC

RGB Percentages of Color #72ddfc

%19.42
%37.65
%42.93

CMYK Percentages of Color #72ddfc

%55
%12
%0
%1

Triadic Colors of #72ddfc

#72ddfc #fc72dd #ddfc72

Analogous Colors of #72ddfc

#72ddfc #7298fc #72fcd6

Monochromatic Colors of #72ddfc

#72ddfc

Complementary Color

#72ddfc #fc9172

#72ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddfc Color CSS Codes

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

#72ddfc Text Font Color

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

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


#72ddfc Background Color

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

This div background color is #72ddfc


#72ddfc Border Color

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

This div border color is #72ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddfc


Comments

No comments written yet.

Please login to write comment.