Color Hex Logo

#cbeb9f Color Hex

#CBEB9F
(203,235,159)
0 Favorites   0 Comments

Color spaces of #cbeb9f

RGB 203235159
HSL0.240.660.77
HSV85°32°92°
CMYK 0.140.000.32   0.08
XYZ60.594974.616444.0096
Yxy74.61640.33810.4163
Hunter Lab86.3808-25.951130.2593
CIE-Lab89.2130-23.173433.5275

#cbeb9f color RGB value is (203,235,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10011111
Octal 313 353 237
Decimal 203 235 159
Hex CB EB 9F

RGB Percentages of Color #cbeb9f

%34.00
%39.36
%26.63

CMYK Percentages of Color #cbeb9f

%14
%0
%32
%8

Triadic Colors of #cbeb9f

#cbeb9f #9fcbeb #eb9fcb

Analogous Colors of #cbeb9f

#cbeb9f #a5eb9f #ebe59f

Monochromatic Colors of #cbeb9f

#cbeb9f

Complementary Color

#cbeb9f #bf9feb

#cbeb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb9f Color CSS Codes

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

#cbeb9f Text Font Color

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

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


#cbeb9f Background Color

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

This div background color is #cbeb9f


#cbeb9f Border Color

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

This div border color is #cbeb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb9f


Comments

No comments written yet.

Please login to write comment.