Color Hex Logo

#cbeb6a Color Hex

#CBEB6A
(203,235,106)
0 Favorites   0 Comments

Color spaces of #cbeb6a

RGB 203235106
HSL0.210.760.67
HSV75°55°92°
CMYK 0.140.000.55   0.08
XYZ56.938573.153824.7548
Yxy73.15380.36770.4724
Hunter Lab85.5300-30.847642.7108
CIE-Lab88.5210-29.026558.1422

#cbeb6a color RGB value is (203,235,106).

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

The process color (four color CMYK) of #cbeb6a color hex is 0.14, 0.00, 0.55, 0.08. Web safe color of #cbeb6a is #ccff66. Color #cbeb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 01101010
Octal 313 353 152
Decimal 203 235 106
Hex CB EB 6A

RGB Percentages of Color #cbeb6a

%37.32
%43.20
%19.49

CMYK Percentages of Color #cbeb6a

%14
%0
%55
%8

Triadic Colors of #cbeb6a

#cbeb6a #6acbeb #eb6acb

Analogous Colors of #cbeb6a

#cbeb6a #8beb6a #ebcb6a

Monochromatic Colors of #cbeb6a

#cbeb6a

Complementary Color

#cbeb6a #8a6aeb

#cbeb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb6a Color CSS Codes

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

#cbeb6a Text Font Color

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

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


#cbeb6a Background Color

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

This div background color is #cbeb6a


#cbeb6a Border Color

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

This div border color is #cbeb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb6a


Comments

No comments written yet.

Please login to write comment.