Color Hex Logo

#cbea6e Color Hex

#CBEA6E
(203,234,110)
0 Favorites   0 Comments

Color spaces of #cbea6e

RGB 203234110
HSL0.210.750.67
HSV75°53°92°
CMYK 0.130.000.53   0.08
XYZ56.865972.667925.7810
Yxy72.66790.36610.4679
Hunter Lab85.2455-30.105141.7406
CIE-Lab88.2891-28.206056.0783

#cbea6e color RGB value is (203,234,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01101110
Octal 313 352 156
Decimal 203 234 110
Hex CB EA 6E

RGB Percentages of Color #cbea6e

%37.11
%42.78
%20.11

CMYK Percentages of Color #cbea6e

%13
%0
%53
%8

Triadic Colors of #cbea6e

#cbea6e #6ecbea #ea6ecb

Analogous Colors of #cbea6e

#cbea6e #8dea6e #eacb6e

Monochromatic Colors of #cbea6e

#cbea6e

Complementary Color

#cbea6e #8d6eea

#cbea6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea6e Color CSS Codes

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

#cbea6e Text Font Color

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

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


#cbea6e Background Color

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

This div background color is #cbea6e


#cbea6e Border Color

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

This div border color is #cbea6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,234,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 #cbea6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea6e


Comments

No comments written yet.

Please login to write comment.