Color Hex Logo

#88defd Color Hex

#88DEFD
(136,222,253)
0 Favorites   0 Comments

Color spaces of #88defd

RGB 136222253
HSL0.540.970.76
HSV196°46°99°
CMYK 0.460.120.00   0.01
XYZ54.004264.5686102.5452
Yxy64.56860.24420.2920
Hunter Lab80.3546-20.6554-19.4152
CIE-Lab84.2609-18.0327-23.1780

#88defd color RGB value is (136,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011110 11111101
Octal 210 336 375
Decimal 136 222 253
Hex 88 DE FD

RGB Percentages of Color #88defd

%22.26
%36.33
%41.41

CMYK Percentages of Color #88defd

%46
%12
%0
%1

Triadic Colors of #88defd

#88defd #fd88de #defd88

Analogous Colors of #88defd

#88defd #88a4fd #88fde2

Monochromatic Colors of #88defd

#88defd

Complementary Color

#88defd #fda788

#88defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88defd Color CSS Codes

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

#88defd Text Font Color

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

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


#88defd Background Color

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

This div background color is #88defd


#88defd Border Color

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

This div border color is #88defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88defd

Related Colors


Comments

No comments written yet.

Please login to write comment.