Color Hex Logo

#cbeb9e Color Hex

#CBEB9E
(203,235,158)
0 Favorites   0 Comments

Color spaces of #cbeb9e

RGB 203235158
HSL0.240.660.77
HSV85°33°92°
CMYK 0.140.000.33   0.08
XYZ60.508574.581843.5543
Yxy74.58180.33870.4175
Hunter Lab86.3608-26.065630.5508
CIE-Lab89.1967-23.307934.0112

#cbeb9e color RGB value is (203,235,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10011110
Octal 313 353 236
Decimal 203 235 158
Hex CB EB 9E

RGB Percentages of Color #cbeb9e

%34.06
%39.43
%26.51

CMYK Percentages of Color #cbeb9e

%14
%0
%33
%8

Triadic Colors of #cbeb9e

#cbeb9e #9ecbeb #eb9ecb

Analogous Colors of #cbeb9e

#cbeb9e #a5eb9e #ebe59e

Monochromatic Colors of #cbeb9e

#cbeb9e

Complementary Color

#cbeb9e #be9eeb

#cbeb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb9e Color CSS Codes

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

#cbeb9e Text Font Color

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

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


#cbeb9e Background Color

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

This div background color is #cbeb9e


#cbeb9e Border Color

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

This div border color is #cbeb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb9e


Comments

No comments written yet.

Please login to write comment.