Color Hex Logo

#cbebda Color Hex

#CBEBDA
(203,235,218)
0 Favorites   0 Comments

Color spaces of #cbebda

RGB 203235218
HSL0.410.440.86
HSV148°14°92°
CMYK 0.140.000.07   0.08
XYZ66.991877.175177.6951
Yxy77.17510.30200.3479
Hunter Lab87.8494-17.61669.0577
CIE-Lab90.4021-13.65964.7314

#cbebda color RGB value is (203,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11011010
Octal 313 353 332
Decimal 203 235 218
Hex CB EB DA

RGB Percentages of Color #cbebda

%30.95
%35.82
%33.23

CMYK Percentages of Color #cbebda

%14
%0
%7
%8

Triadic Colors of #cbebda

#cbebda #dacbeb #ebdacb

Analogous Colors of #cbebda

#cbebda #cbebea #ccebcb

Monochromatic Colors of #cbebda

#cbebda

Complementary Color

#cbebda #ebcbdc

#cbebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebda Color CSS Codes

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

#cbebda Text Font Color

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

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


#cbebda Background Color

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

This div background color is #cbebda


#cbebda Border Color

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

This div border color is #cbebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebda


Comments

No comments written yet.

Please login to write comment.