Color Hex Logo

#72abed Color Hex

#72ABED
(114,171,237)
0 Favorites   0 Comments

Color spaces of #72abed

RGB 114171237
HSL0.590.770.69
HSV212°52°93°
CMYK 0.520.280.00   0.07
XYZ36.788438.817785.6744
Yxy38.81770.22810.2407
Hunter Lab62.3039-3.6333-37.9173
CIE-Lab68.6190-0.3518-38.7457

#72abed color RGB value is (114,171,237).

#72abed hex color red value is 114, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #72abed hue: 0.59 , saturation: 0.77 and the lightness value of 72abed is 0.69.

The process color (four color CMYK) of #72abed color hex is 0.52, 0.28, 0.00, 0.07. Web safe color of #72abed is #6699ff. Color #72abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11101101
Octal 162 253 355
Decimal 114 171 237
Hex 72 AB ED

RGB Percentages of Color #72abed

%21.84
%32.76
%45.40

CMYK Percentages of Color #72abed

%52
%28
%0
%7

Triadic Colors of #72abed

#72abed #ed72ab #abed72

Analogous Colors of #72abed

#72abed #7772ed #72e9ed

Monochromatic Colors of #72abed

#72abed

Complementary Color

#72abed #edb472

#72abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abed Color CSS Codes

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

#72abed Text Font Color

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

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


#72abed Background Color

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

This div background color is #72abed


#72abed Border Color

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

This div border color is #72abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abed


Comments

No comments written yet.

Please login to write comment.