Color Hex Logo

#72cefd Color Hex

#72CEFD
(114,206,253)
0 Favorites   0 Comments

Color spaces of #72cefd

RGB 114206253
HSL0.560.970.72
HSV200°55°99°
CMYK 0.550.190.00   0.01
XYZ46.740454.8119101.0448
Yxy54.81190.23070.2705
Hunter Lab74.0351-16.8693-29.0959
CIE-Lab78.9328-14.5347-31.4036

#72cefd color RGB value is (114,206,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001110 11111101
Octal 162 316 375
Decimal 114 206 253
Hex 72 CE FD

RGB Percentages of Color #72cefd

%19.90
%35.95
%44.15

CMYK Percentages of Color #72cefd

%55
%19
%0
%1

Triadic Colors of #72cefd

#72cefd #fd72ce #cefd72

Analogous Colors of #72cefd

#72cefd #7289fd #72fde7

Monochromatic Colors of #72cefd

#72cefd

Complementary Color

#72cefd #fda172

#72cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cefd Color CSS Codes

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

#72cefd Text Font Color

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

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


#72cefd Background Color

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

This div background color is #72cefd


#72cefd Border Color

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

This div border color is #72cefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cefd


Comments

No comments written yet.

Please login to write comment.