Color Hex Logo

#cbe94c Color Hex

#CBE94C
(203,233,76)
0 Favorites   0 Comments

Color spaces of #cbe94c

RGB 20323376
HSL0.200.780.61
HSV71°67°91°
CMYK 0.130.000.67   0.09
XYZ55.072071.496117.7350
Yxy71.49610.38160.4955
Hunter Lab84.5554-31.712546.7530
CIE-Lab87.7255-30.254469.6125

#cbe94c color RGB value is (203,233,76).

#cbe94c hex color red value is 203, green value is 233 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cbe94c hue: 0.20 , saturation: 0.78 and the lightness value of cbe94c is 0.61.

The process color (four color CMYK) of #cbe94c color hex is 0.13, 0.00, 0.67, 0.09. Web safe color of #cbe94c is #ccff33. Color #cbe94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101001 01001100
Octal 313 351 114
Decimal 203 233 76
Hex CB E9 4C

RGB Percentages of Color #cbe94c

%39.65
%45.51
%14.84

CMYK Percentages of Color #cbe94c

%13
%0
%67
%9

Triadic Colors of #cbe94c

#cbe94c #4ccbe9 #e94ccb

Analogous Colors of #cbe94c

#cbe94c #7de94c #e9b94c

Monochromatic Colors of #cbe94c

#cbe94c

Complementary Color

#cbe94c #6a4ce9

#cbe94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe94c Color CSS Codes

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

#cbe94c Text Font Color

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

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


#cbe94c Background Color

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

This div background color is #cbe94c


#cbe94c Border Color

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

This div border color is #cbe94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe94c


Comments

No comments written yet.

Please login to write comment.