Color Hex Logo

#72b7ea Color Hex

#72B7EA
(114,183,234)
0 Favorites   0 Comments

Color spaces of #72b7ea

RGB 114183234
HSL0.570.740.68
HSV206°51°92°
CMYK 0.510.220.00   0.08
XYZ38.724243.384984.1750
Yxy43.38490.23290.2609
Hunter Lab65.8672-10.3251-29.6626
CIE-Lab71.8154-7.8472-32.1511

#72b7ea color RGB value is (114,183,234).

#72b7ea hex color red value is 114, green value is 183 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #72b7ea hue: 0.57 , saturation: 0.74 and the lightness value of 72b7ea is 0.68.

The process color (four color CMYK) of #72b7ea color hex is 0.51, 0.22, 0.00, 0.08. Web safe color of #72b7ea is #66ccff. Color #72b7ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110111 11101010
Octal 162 267 352
Decimal 114 183 234
Hex 72 B7 EA

RGB Percentages of Color #72b7ea

%21.47
%34.46
%44.07

CMYK Percentages of Color #72b7ea

%51
%22
%0
%8

Triadic Colors of #72b7ea

#72b7ea #ea72b7 #b7ea72

Analogous Colors of #72b7ea

#72b7ea #727bea #72eae1

Monochromatic Colors of #72b7ea

#72b7ea

Complementary Color

#72b7ea #eaa572

#72b7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b7ea Color CSS Codes

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

#72b7ea Text Font Color

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

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


#72b7ea Background Color

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

This div background color is #72b7ea


#72b7ea Border Color

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

This div border color is #72b7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b7ea


Comments

No comments written yet.

Please login to write comment.