Color Hex Logo

#72accb Color Hex

#72ACCB
(114,172,203)
0 Favorites   0 Comments

Color spaces of #72accb

RGB 114172203
HSL0.560.460.62
HSV201°44°80°
CMYK 0.440.150.00   0.20
XYZ32.471437.394362.0063
Yxy37.39430.24620.2836
Hunter Lab61.1509-12.2297-17.3138
CIE-Lab67.5718-10.6881-21.6868

#72accb color RGB value is (114,172,203).

#72accb hex color red value is 114, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #72accb hue: 0.56 , saturation: 0.46 and the lightness value of 72accb is 0.62.

The process color (four color CMYK) of #72accb color hex is 0.44, 0.15, 0.00, 0.20. Web safe color of #72accb is #6699cc. Color #72accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 11001011
Octal 162 254 313
Decimal 114 172 203
Hex 72 AC CB

RGB Percentages of Color #72accb

%23.31
%35.17
%41.51

CMYK Percentages of Color #72accb

%44
%15
%0
%20

Triadic Colors of #72accb

#72accb #cb72ac #accb72

Analogous Colors of #72accb

#72accb #7280cb #72cbbe

Monochromatic Colors of #72accb

#72accb

Complementary Color

#72accb #cb9172

#72accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72accb Color CSS Codes

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

#72accb Text Font Color

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

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


#72accb Background Color

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

This div background color is #72accb


#72accb Border Color

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

This div border color is #72accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72accb


Comments

No comments written yet.

Please login to write comment.