Color Hex Logo

#88cafd Color Hex

#88CAFD
(136,202,253)
0 Favorites   0 Comments

Color spaces of #88cafd

RGB 136202253
HSL0.570.970.76
HSV206°46°99°
CMYK 0.460.200.00   0.01
XYZ49.003554.5671100.8783
Yxy54.56710.23970.2669
Hunter Lab73.8695-10.8586-29.2594
CIE-Lab78.7913-7.6551-31.5404

#88cafd color RGB value is (136,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001010 11111101
Octal 210 312 375
Decimal 136 202 253
Hex 88 CA FD

RGB Percentages of Color #88cafd

%23.01
%34.18
%42.81

CMYK Percentages of Color #88cafd

%46
%20
%0
%1

Triadic Colors of #88cafd

#88cafd #fd88ca #cafd88

Analogous Colors of #88cafd

#88cafd #8890fd #88fdf6

Monochromatic Colors of #88cafd

#88cafd

Complementary Color

#88cafd #fdbb88

#88cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cafd Color CSS Codes

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

#88cafd Text Font Color

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

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


#88cafd Background Color

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

This div background color is #88cafd


#88cafd Border Color

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

This div border color is #88cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cafd


Comments

No comments written yet.

Please login to write comment.