Color Hex Logo

#cbe56e Color Hex

#CBE56E
(203,229,110)
0 Favorites   0 Comments

Color spaces of #cbe56e

RGB 203229110
HSL0.200.700.66
HSV73°52°90°
CMYK 0.110.000.52   0.10
XYZ55.462469.860925.3132
Yxy69.86090.36820.4638
Hunter Lab83.5828-27.824140.5519
CIE-Lab86.9286-25.836954.4856

#cbe56e color RGB value is (203,229,110).

#cbe56e hex color red value is 203, green value is 229 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cbe56e hue: 0.20 , saturation: 0.70 and the lightness value of cbe56e is 0.66.

The process color (four color CMYK) of #cbe56e color hex is 0.11, 0.00, 0.52, 0.10. Web safe color of #cbe56e is #cccc66. Color #cbe56e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 01101110
Octal 313 345 156
Decimal 203 229 110
Hex CB E5 6E

RGB Percentages of Color #cbe56e

%37.45
%42.25
%20.30

CMYK Percentages of Color #cbe56e

%11
%0
%52
%10

Triadic Colors of #cbe56e

#cbe56e #6ecbe5 #e56ecb

Analogous Colors of #cbe56e

#cbe56e #90e56e #e5c46e

Monochromatic Colors of #cbe56e

#cbe56e

Complementary Color

#cbe56e #886ee5

#cbe56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe56e Color CSS Codes

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

#cbe56e Text Font Color

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

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


#cbe56e Background Color

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

This div background color is #cbe56e


#cbe56e Border Color

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

This div border color is #cbe56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe56e


Comments

No comments written yet.

Please login to write comment.