Color Hex Logo

#72ecfd Color Hex

#72ECFD
(114,236,253)
0 Favorites   0 Comments

Color spaces of #72ecfd

RGB 114236253
HSL0.520.970.72
HSV187°55°99°
CMYK 0.550.070.00   0.01
XYZ54.664570.6602103.6862
Yxy70.66020.23870.3085
Hunter Lab84.0596-31.0247-14.2915
CIE-Lab87.3197-29.5358-18.6288

#72ecfd color RGB value is (114,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101100 11111101
Octal 162 354 375
Decimal 114 236 253
Hex 72 EC FD

RGB Percentages of Color #72ecfd

%18.91
%39.14
%41.96

CMYK Percentages of Color #72ecfd

%55
%7
%0
%1

Triadic Colors of #72ecfd

#72ecfd #fd72ec #ecfd72

Analogous Colors of #72ecfd

#72ecfd #72a7fd #72fdc9

Monochromatic Colors of #72ecfd

#72ecfd

Complementary Color

#72ecfd #fd8372

#72ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ecfd Color CSS Codes

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

#72ecfd Text Font Color

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

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


#72ecfd Background Color

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

This div background color is #72ecfd


#72ecfd Border Color

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

This div border color is #72ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.