Color Hex Logo

#88cbed Color Hex

#88CBED
(136,203,237)
0 Favorites   0 Comments

Color spaces of #88cbed

RGB 136203237
HSL0.560.740.73
HSV200°43°93°
CMYK 0.430.140.00   0.07
XYZ46.795354.060588.0891
Yxy54.06050.24770.2861
Hunter Lab73.5258-15.0645-19.5655
CIE-Lab78.4970-12.5018-23.4333

#88cbed color RGB value is (136,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 11101101
Octal 210 313 355
Decimal 136 203 237
Hex 88 CB ED

RGB Percentages of Color #88cbed

%23.61
%35.24
%41.15

CMYK Percentages of Color #88cbed

%43
%14
%0
%7

Triadic Colors of #88cbed

#88cbed #ed88cb #cbed88

Analogous Colors of #88cbed

#88cbed #8899ed #88eddd

Monochromatic Colors of #88cbed

#88cbed

Complementary Color

#88cbed #edaa88

#88cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbed Color CSS Codes

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

#88cbed Text Font Color

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

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


#88cbed Background Color

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

This div background color is #88cbed


#88cbed Border Color

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

This div border color is #88cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbed


Comments

No comments written yet.

Please login to write comment.