Color Hex Logo

#cbebdc Color Hex

#CBEBDC
(203,235,220)
0 Favorites   0 Comments

Color spaces of #cbebdc

RGB 203235220
HSL0.420.440.86
HSV152°14°92°
CMYK 0.140.000.06   0.08
XYZ67.255277.280579.0820
Yxy77.28050.30080.3456
Hunter Lab87.9093-17.27968.2001
CIE-Lab90.4506-13.28593.7577

#cbebdc color RGB value is (203,235,220).

#cbebdc hex color red value is 203, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbebdc hue: 0.42 , saturation: 0.44 and the lightness value of cbebdc is 0.86.

The process color (four color CMYK) of #cbebdc color hex is 0.14, 0.00, 0.06, 0.08. Web safe color of #cbebdc is #ccffcc. Color #cbebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11011100
Octal 313 353 334
Decimal 203 235 220
Hex CB EB DC

RGB Percentages of Color #cbebdc

%30.85
%35.71
%33.43

CMYK Percentages of Color #cbebdc

%14
%0
%6
%8

Triadic Colors of #cbebdc

#cbebdc #dccbeb #ebdccb

Analogous Colors of #cbebdc

#cbebdc #cbeaeb #cbebcc

Monochromatic Colors of #cbebdc

#cbebdc

Complementary Color

#cbebdc #ebcbda

#cbebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebdc Color CSS Codes

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

#cbebdc Text Font Color

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

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


#cbebdc Background Color

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

This div background color is #cbebdc


#cbebdc Border Color

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

This div border color is #cbebdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,235,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 #cbebdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebdc


Comments

No comments written yet.

Please login to write comment.