Color Hex Logo

#72beca Color Hex

#72BECA
(114,190,202)
0 Favorites   0 Comments

Color spaces of #72beca

RGB 114190202
HSL0.520.450.62
HSV188°44°79°
CMYK 0.440.060.00   0.21
XYZ36.013644.668662.6009
Yxy44.66860.25130.3118
Hunter Lab66.8346-20.7763-8.7500
CIE-Lab72.6731-20.4028-13.4196

#72beca color RGB value is (114,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111110 11001010
Octal 162 276 312
Decimal 114 190 202
Hex 72 BE CA

RGB Percentages of Color #72beca

%22.53
%37.55
%39.92

CMYK Percentages of Color #72beca

%44
%6
%0
%21

Triadic Colors of #72beca

#72beca #ca72be #beca72

Analogous Colors of #72beca

#72beca #7292ca #72caaa

Monochromatic Colors of #72beca

#72beca

Complementary Color

#72beca #ca7e72

#72beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#72beca Color CSS Codes

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

#72beca Text Font Color

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

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


#72beca Background Color

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

This div background color is #72beca


#72beca Border Color

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

This div border color is #72beca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,190,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 #72beca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72beca


Comments

No comments written yet.

Please login to write comment.