Color Hex Logo

#88cdef Color Hex

#88CDEF
(136,205,239)
0 Favorites   0 Comments

Color spaces of #88cdef

RGB 136205239
HSL0.560.760.74
HSV200°43°94°
CMYK 0.430.140.00   0.06
XYZ47.564755.128989.7954
Yxy55.12890.24710.2864
Hunter Lab74.2488-15.5862-19.7302
CIE-Lab79.1155-13.0155-23.5626

#88cdef color RGB value is (136,205,239).

#88cdef hex color red value is 136, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #88cdef hue: 0.56 , saturation: 0.76 and the lightness value of 88cdef is 0.74.

The process color (four color CMYK) of #88cdef color hex is 0.43, 0.14, 0.00, 0.06. Web safe color of #88cdef is #99ccff. Color #88cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001101 11101111
Octal 210 315 357
Decimal 136 205 239
Hex 88 CD EF

RGB Percentages of Color #88cdef

%23.45
%35.34
%41.21

CMYK Percentages of Color #88cdef

%43
%14
%0
%6

Triadic Colors of #88cdef

#88cdef #ef88cd #cdef88

Analogous Colors of #88cdef

#88cdef #889aef #88efde

Monochromatic Colors of #88cdef

#88cdef

Complementary Color

#88cdef #efaa88

#88cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cdef Color CSS Codes

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

#88cdef Text Font Color

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

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


#88cdef Background Color

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

This div background color is #88cdef


#88cdef Border Color

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

This div border color is #88cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cdef


Comments

No comments written yet.

Please login to write comment.