Color Hex Logo

#72bccf Color Hex

#72BCCF
(114,188,207)
0 Favorites   0 Comments

Color spaces of #72bccf

RGB 114188207
HSL0.530.490.63
HSV192°45°81°
CMYK 0.450.090.00   0.19
XYZ36.185144.048865.6266
Yxy44.04880.24810.3020
Hunter Lab66.3693-18.8265-12.1681
CIE-Lab72.2611-18.0534-16.7673

#72bccf color RGB value is (114,188,207).

#72bccf hex color red value is 114, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #72bccf hue: 0.53 , saturation: 0.49 and the lightness value of 72bccf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111100 11001111
Octal 162 274 317
Decimal 114 188 207
Hex 72 BC CF

RGB Percentages of Color #72bccf

%22.40
%36.94
%40.67

CMYK Percentages of Color #72bccf

%45
%9
%0
%19

Triadic Colors of #72bccf

#72bccf #cf72bc #bccf72

Analogous Colors of #72bccf

#72bccf #728ecf #72cfb4

Monochromatic Colors of #72bccf

#72bccf

Complementary Color

#72bccf #cf8572

#72bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bccf Color CSS Codes

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

#72bccf Text Font Color

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

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


#72bccf Background Color

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

This div background color is #72bccf


#72bccf Border Color

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

This div border color is #72bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bccf


Comments

No comments written yet.

Please login to write comment.