Color Hex Logo

#cbebc5 Color Hex

#CBEBC5
(203,235,197)
0 Favorites   0 Comments

Color spaces of #cbebc5

RGB 203235197
HSL0.310.490.85
HSV111°16°92°
CMYK 0.140.000.16   0.08
XYZ64.415076.144464.1256
Yxy76.14440.31470.3720
Hunter Lab87.2608-20.939517.5119
CIE-Lab89.9263-17.388614.9880

#cbebc5 color RGB value is (203,235,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 11000101
Octal 313 353 305
Decimal 203 235 197
Hex CB EB C5

RGB Percentages of Color #cbebc5

%31.97
%37.01
%31.02

CMYK Percentages of Color #cbebc5

%14
%0
%16
%8

Triadic Colors of #cbebc5

#cbebc5 #c5cbeb #ebc5cb

Analogous Colors of #cbebc5

#cbebc5 #c5ebd2 #deebc5

Monochromatic Colors of #cbebc5

#cbebc5

Complementary Color

#cbebc5 #e5c5eb

#cbebc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbebc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbebc5 Color CSS Codes

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

#cbebc5 Text Font Color

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

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


#cbebc5 Background Color

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

This div background color is #cbebc5


#cbebc5 Border Color

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

This div border color is #cbebc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbebc5


Comments

No comments written yet.

Please login to write comment.