Color Hex Logo

#72caff Color Hex

#72CAFF
(114,202,255)
0 Favorites   0 Comments

Color spaces of #72caff

RGB 114202255
HSL0.561.000.72
HSV203°55°100°
CMYK 0.550.210.00   0.00
XYZ46.110053.0385102.4149
Yxy53.03850.22880.2631
Hunter Lab72.8275-14.4328-32.3982
CIE-Lab77.8977-11.8555-34.0660

#72caff color RGB value is (114,202,255).

#72caff hex color red value is 114, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #72caff hue: 0.56 , saturation: 1.00 and the lightness value of 72caff is 0.72.

The process color (four color CMYK) of #72caff color hex is 0.55, 0.21, 0.00, 0.00. Web safe color of #72caff is #66ccff. Color #72caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 11111111
Octal 162 312 377
Decimal 114 202 255
Hex 72 CA FF

RGB Percentages of Color #72caff

%19.96
%35.38
%44.66

CMYK Percentages of Color #72caff

%55
%21
%0
%0

Triadic Colors of #72caff

#72caff #ff72ca #caff72

Analogous Colors of #72caff

#72caff #7284ff #72ffee

Monochromatic Colors of #72caff

#72caff

Complementary Color

#72caff #ffa772

#72caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#72caff Color CSS Codes

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

#72caff Text Font Color

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

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


#72caff Background Color

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

This div background color is #72caff


#72caff Border Color

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

This div border color is #72caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72caff

#72caff Color Palettes


Comments

No comments written yet.

Please login to write comment.