Color Hex Logo

#cbeb90 Color Hex

#CBEB90
(203,235,144)
0 Favorites   0 Comments

Color spaces of #cbeb90

RGB 203235144
HSL0.230.690.74
HSV81°39°92°
CMYK 0.140.000.39   0.08
XYZ59.371074.126837.5643
Yxy74.12680.34710.4333
Hunter Lab86.0969-27.579034.3995
CIE-Lab88.9824-25.096340.7329

#cbeb90 color RGB value is (203,235,144).

#cbeb90 hex color red value is 203, green value is 235 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cbeb90 hue: 0.23 , saturation: 0.69 and the lightness value of cbeb90 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 10010000
Octal 313 353 220
Decimal 203 235 144
Hex CB EB 90

RGB Percentages of Color #cbeb90

%34.88
%40.38
%24.74

CMYK Percentages of Color #cbeb90

%14
%0
%39
%8

Triadic Colors of #cbeb90

#cbeb90 #90cbeb #eb90cb

Analogous Colors of #cbeb90

#cbeb90 #9eeb90 #ebde90

Monochromatic Colors of #cbeb90

#cbeb90

Complementary Color

#cbeb90 #b090eb

#cbeb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb90 Color CSS Codes

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

#cbeb90 Text Font Color

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

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


#cbeb90 Background Color

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

This div background color is #cbeb90


#cbeb90 Border Color

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

This div border color is #cbeb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb90


Comments

No comments written yet.

Please login to write comment.