Color Hex Logo

#72ecfe Color Hex

#72ECFE
(114,236,254)
0 Favorites   0 Comments

Color spaces of #72ecfe

RGB 114236254
HSL0.520.990.72
HSV188°55°100°
CMYK 0.550.070.00   0.00
XYZ54.824370.7241104.5275
Yxy70.72410.23830.3074
Hunter Lab84.0976-30.8044-14.8250
CIE-Lab87.3508-29.2653-19.1058

#72ecfe color RGB value is (114,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101100 11111110
Octal 162 354 376
Decimal 114 236 254
Hex 72 EC FE

RGB Percentages of Color #72ecfe

%18.87
%39.07
%42.05

CMYK Percentages of Color #72ecfe

%55
%7
%0
%0

Triadic Colors of #72ecfe

#72ecfe #fe72ec #ecfe72

Analogous Colors of #72ecfe

#72ecfe #72a6fe #72feca

Monochromatic Colors of #72ecfe

#72ecfe

Complementary Color

#72ecfe #fe8472

#72ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ecfe Color CSS Codes

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

#72ecfe Text Font Color

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

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


#72ecfe Background Color

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

This div background color is #72ecfe


#72ecfe Border Color

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

This div border color is #72ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ecfe

Related Colors


Comments

No comments written yet.

Please login to write comment.