Color Hex Logo

#72aebe Color Hex

#72AEBE
(114,174,190)
0 Favorites   0 Comments

Color spaces of #72aebe

RGB 114174190
HSL0.540.370.60
HSV193°40°75°
CMYK 0.400.080.00   0.25
XYZ31.369737.567254.3130
Yxy37.56720.25450.3048
Hunter Lab61.2921-15.9037-9.6344
CIE-Lab67.7004-15.2411-14.3041

#72aebe color RGB value is (114,174,190).

#72aebe hex color red value is 114, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #72aebe hue: 0.54 , saturation: 0.37 and the lightness value of 72aebe is 0.60.

The process color (four color CMYK) of #72aebe color hex is 0.40, 0.08, 0.00, 0.25. Web safe color of #72aebe is #6699cc. Color #72aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101110 10111110
Octal 162 256 276
Decimal 114 174 190
Hex 72 AE BE

RGB Percentages of Color #72aebe

%23.85
%36.40
%39.75

CMYK Percentages of Color #72aebe

%40
%8
%0
%25

Triadic Colors of #72aebe

#72aebe #be72ae #aebe72

Analogous Colors of #72aebe

#72aebe #7288be #72bea8

Monochromatic Colors of #72aebe

#72aebe

Complementary Color

#72aebe #be8272

#72aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aebe Color CSS Codes

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

#72aebe Text Font Color

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

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


#72aebe Background Color

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

This div background color is #72aebe


#72aebe Border Color

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

This div border color is #72aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aebe


Comments

No comments written yet.

Please login to write comment.