Color Hex Logo

#72b7ca Color Hex

#72B7CA
(114,183,202)
0 Favorites   0 Comments

Color spaces of #72b7ca

RGB 114183202
HSL0.540.450.62
HSV193°44°79°
CMYK 0.440.090.00   0.21
XYZ34.533641.708662.1076
Yxy41.70860.24960.3015
Hunter Lab64.5822-17.5707-11.8106
CIE-Lab70.6695-16.7924-16.4361

#72b7ca color RGB value is (114,183,202).

#72b7ca hex color red value is 114, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #72b7ca hue: 0.54 , saturation: 0.45 and the lightness value of 72b7ca is 0.62.

The process color (four color CMYK) of #72b7ca color hex is 0.44, 0.09, 0.00, 0.21. Web safe color of #72b7ca is #66cccc. Color #72b7ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110111 11001010
Octal 162 267 312
Decimal 114 183 202
Hex 72 B7 CA

RGB Percentages of Color #72b7ca

%22.85
%36.67
%40.48

CMYK Percentages of Color #72b7ca

%44
%9
%0
%21

Triadic Colors of #72b7ca

#72b7ca #ca72b7 #b7ca72

Analogous Colors of #72b7ca

#72b7ca #728bca #72cab1

Monochromatic Colors of #72b7ca

#72b7ca

Complementary Color

#72b7ca #ca8572

#72b7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b7ca Color CSS Codes

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

#72b7ca Text Font Color

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

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


#72b7ca Background Color

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

This div background color is #72b7ca


#72b7ca Border Color

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

This div border color is #72b7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b7ca


Comments

No comments written yet.

Please login to write comment.