Color Hex Logo

#cbe96d Color Hex

#CBE96D
(203,233,109)
0 Favorites   0 Comments

Color spaces of #cbe96d

RGB 203233109
HSL0.210.740.67
HSV75°53°91°
CMYK 0.130.000.53   0.09
XYZ56.527872.078525.4012
Yxy72.07850.36700.4680
Hunter Lab84.8991-29.723841.6902
CIE-Lab88.0064-27.824056.2015

#cbe96d color RGB value is (203,233,109).

#cbe96d hex color red value is 203, green value is 233 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cbe96d hue: 0.21 , saturation: 0.74 and the lightness value of cbe96d is 0.67.

The process color (four color CMYK) of #cbe96d color hex is 0.13, 0.00, 0.53, 0.09. Web safe color of #cbe96d is #ccff66. Color #cbe96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01101101
Octal 313 351 155
Decimal 203 233 109
Hex CB E9 6D

RGB Percentages of Color #cbe96d

%37.25
%42.75
%20.00

CMYK Percentages of Color #cbe96d

%13
%0
%53
%9

Triadic Colors of #cbe96d

#cbe96d #6dcbe9 #e96dcb

Analogous Colors of #cbe96d

#cbe96d #8de96d #e9c96d

Monochromatic Colors of #cbe96d

#cbe96d

Complementary Color

#cbe96d #8b6de9

#cbe96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe96d Color CSS Codes

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

#cbe96d Text Font Color

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

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


#cbe96d Background Color

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

This div background color is #cbe96d


#cbe96d Border Color

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

This div border color is #cbe96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe96d


Comments

No comments written yet.

Please login to write comment.