Color Hex Logo

#88cafc Color Hex

#88CAFC
(136,202,252)
0 Favorites   0 Comments

Color spaces of #88cafc

RGB 136202252
HSL0.570.950.76
HSV206°46°99°
CMYK 0.460.200.00   0.01
XYZ48.844654.5036100.0413
Yxy54.50360.24020.2680
Hunter Lab73.8266-11.0986-28.6644
CIE-Lab78.7545-7.9304-31.0631

#88cafc color RGB value is (136,202,252).

#88cafc hex color red value is 136, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #88cafc hue: 0.57 , saturation: 0.95 and the lightness value of 88cafc is 0.76.

The process color (four color CMYK) of #88cafc color hex is 0.46, 0.20, 0.00, 0.01. Web safe color of #88cafc is #99ccff. Color #88cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11111100
Octal 210 312 374
Decimal 136 202 252
Hex 88 CA FC

RGB Percentages of Color #88cafc

%23.05
%34.24
%42.71

CMYK Percentages of Color #88cafc

%46
%20
%0
%1

Triadic Colors of #88cafc

#88cafc #fc88ca #cafc88

Analogous Colors of #88cafc

#88cafc #8890fc #88fcf4

Monochromatic Colors of #88cafc

#88cafc

Complementary Color

#88cafc #fcba88

#88cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cafc Color CSS Codes

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

#88cafc Text Font Color

<p style="color:#88cafc">Text here</p>

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


#88cafc Background Color

<div style="background-color:#88cafc">
Div content here</div>

This div background color is #88cafc


#88cafc Border Color

<div style="border:3px solid #88cafc">
Div here</div>

This div border color is #88cafc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,202,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88cafc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88cafc;
  -webkit-box-shadow: 1px 1px 3px 2px #88cafc;
  box-shadow:         1px 1px 3px 2px #88cafc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cafc


Comments

No comments written yet.

Please login to write comment.