Color Hex Logo

#88dcdc Color Hex

#88DCDC
(136,220,220)
0 Favorites   0 Comments

Color spaces of #88dcdc

RGB 136220220
HSL0.500.550.70
HSV180°38°86°
CMYK 0.380.000.00   0.14
XYZ48.664861.587977.0329
Yxy61.58790.25980.3288
Hunter Lab78.4780-26.6472-3.2637
CIE-Lab82.6938-25.4022-8.0497

#88dcdc color RGB value is (136,220,220).

#88dcdc hex color red value is 136, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #88dcdc hue: 0.50 , saturation: 0.55 and the lightness value of 88dcdc is 0.70.

The process color (four color CMYK) of #88dcdc color hex is 0.38, 0.00, 0.00, 0.14. Web safe color of #88dcdc is #99cccc. Color #88dcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 11011100
Octal 210 334 334
Decimal 136 220 220
Hex 88 DC DC

RGB Percentages of Color #88dcdc

%23.61
%38.19
%38.19

CMYK Percentages of Color #88dcdc

%38
%0
%0
%14

Triadic Colors of #88dcdc

#88dcdc #dc88dc #dcdc88

Analogous Colors of #88dcdc

#88dcdc #88b2dc #88dcb2

Monochromatic Colors of #88dcdc

#88dcdc

Complementary Color

#88dcdc #dc8888

#88dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dcdc Color CSS Codes

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

#88dcdc Text Font Color

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

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


#88dcdc Background Color

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

This div background color is #88dcdc


#88dcdc Border Color

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

This div border color is #88dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dcdc


Comments

No comments written yet.

Please login to write comment.