Color Hex Logo

#cbeb7e Color Hex

#CBEB7E
(203,235,126)
0 Favorites   0 Comments

Color spaces of #cbeb7e

RGB 203235126
HSL0.220.730.71
HSV78°46°92°
CMYK 0.140.000.46   0.08
XYZ58.102873.619530.8863
Yxy73.61950.35730.4527
Hunter Lab85.8018-29.277538.7185
CIE-Lab88.7423-27.126949.1792

#cbeb7e color RGB value is (203,235,126).

#cbeb7e hex color red value is 203, green value is 235 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbeb7e hue: 0.22 , saturation: 0.73 and the lightness value of cbeb7e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101011 01111110
Octal 313 353 176
Decimal 203 235 126
Hex CB EB 7E

RGB Percentages of Color #cbeb7e

%35.99
%41.67
%22.34

CMYK Percentages of Color #cbeb7e

%14
%0
%46
%8

Triadic Colors of #cbeb7e

#cbeb7e #7ecbeb #eb7ecb

Analogous Colors of #cbeb7e

#cbeb7e #95eb7e #ebd57e

Monochromatic Colors of #cbeb7e

#cbeb7e

Complementary Color

#cbeb7e #9e7eeb

#cbeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbeb7e Color CSS Codes

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

#cbeb7e Text Font Color

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

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


#cbeb7e Background Color

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

This div background color is #cbeb7e


#cbeb7e Border Color

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

This div border color is #cbeb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbeb7e


Comments

No comments written yet.

Please login to write comment.