Color Hex Logo

#cbebea Color Hex

#CBEBEA
(203,235,234)
0 Favorites   0 Comments

Color spaces of #cbebea

RGB 203235234
HSL0.490.440.86
HSV178°14°92°
CMYK 0.140.000.00   0.08
XYZ69.188278.053789.2612
Yxy78.05370.29250.3300
Hunter Lab88.3480-14.81981.9408
CIE-Lab90.8044-10.5827-3.0365

#cbebea color RGB value is (203,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11101010
Octal 313 353 352
Decimal 203 235 234
Hex CB EB EA

RGB Percentages of Color #cbebea

%30.21
%34.97
%34.82

CMYK Percentages of Color #cbebea

%14
%0
%0
%8

Triadic Colors of #cbebea

#cbebea #eacbeb #ebeacb

Analogous Colors of #cbebea

#cbebea #cbdceb #cbebda

Monochromatic Colors of #cbebea

#cbebea

Complementary Color

#cbebea #ebcbcc

#cbebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebea Color CSS Codes

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

#cbebea Text Font Color

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

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


#cbebea Background Color

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

This div background color is #cbebea


#cbebea Border Color

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

This div border color is #cbebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebea


Comments

No comments written yet.

Please login to write comment.