Color Hex Logo

#cbeba0 Color Hex

#CBEBA0
(203,235,160)
0 Favorites   0 Comments

Color spaces of #cbeba0

RGB 203235160
HSL0.240.650.77
HSV86°32°92°
CMYK 0.140.000.32   0.08
XYZ60.682174.651244.4685
Yxy74.65120.33750.4152
Hunter Lab86.4009-25.835429.9655
CIE-Lab89.2294-23.037633.0435

#cbeba0 color RGB value is (203,235,160).

#cbeba0 hex color red value is 203, green value is 235 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cbeba0 hue: 0.24 , saturation: 0.65 and the lightness value of cbeba0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10100000
Octal 313 353 240
Decimal 203 235 160
Hex CB EB A0

RGB Percentages of Color #cbeba0

%33.95
%39.30
%26.76

CMYK Percentages of Color #cbeba0

%14
%0
%32
%8

Triadic Colors of #cbeba0

#cbeba0 #a0cbeb #eba0cb

Analogous Colors of #cbeba0

#cbeba0 #a6eba0 #ebe6a0

Monochromatic Colors of #cbeba0

#cbeba0

Complementary Color

#cbeba0 #c0a0eb

#cbeba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeba0 Color CSS Codes

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

#cbeba0 Text Font Color

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

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


#cbeba0 Background Color

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

This div background color is #cbeba0


#cbeba0 Border Color

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

This div border color is #cbeba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeba0


Comments

No comments written yet.

Please login to write comment.