color codes Logo

#88dafc color codes

#88DAFC
(136,218,252)
0 Favorites   0 Comments

Color spaces of #88dafc

RGB 136218252
HSL0.550.950.76
HSV198°46°99°
CMYK 0.460.130.00   0.01
XYZ52.795462.4053101.3583
Yxy62.40530.24380.2882
Hunter Lab78.9970-18.9494-20.7750
CIE-Lab83.1285-16.2646-24.3712

#88dafc color RGB value is (136,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011010 11111100
Octal 210 332 374
Decimal 136 218 252
Hex 88 DA FC

RGB Percentages of Color #88dafc

%22.44
%35.97
%41.58

CMYK Percentages of Color #88dafc

%46
%13
%0
%1

Triadic Colors of #88dafc

#88dafc #fc88da #dafc88

Analogous Colors of #88dafc

#88dafc #88a0fc #88fce4

Monochromatic Colors of #88dafc

#88dafc

Complementary Color

#88dafc #fcaa88

#88dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dafc Color CSS Codes

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

#88dafc Text Font Color

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

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


#88dafc Background Color

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

This div background color is #88dafc


#88dafc Border Color

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

This div border color is #88dafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,218,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 #88dafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dafc


Comments

No comments written yet.

Please login to write comment.