Color Hex Logo

#cbea4c Color Hex

#CBEA4C
(203,234,76)
0 Favorites   0 Comments

Color spaces of #cbea4c

RGB 20323476
HSL0.200.790.61
HSV72°68°92°
CMYK 0.130.000.68   0.08
XYZ55.355972.063917.8296
Yxy72.06390.38110.4961
Hunter Lab84.8905-32.160946.9706
CIE-Lab87.9993-30.719869.8908

#cbea4c color RGB value is (203,234,76).

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

The process color (four color CMYK) of #cbea4c color hex is 0.13, 0.00, 0.68, 0.08. Web safe color of #cbea4c is #ccff33. Color #cbea4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101010 01001100
Octal 313 352 114
Decimal 203 234 76
Hex CB EA 4C

RGB Percentages of Color #cbea4c

%39.57
%45.61
%14.81

CMYK Percentages of Color #cbea4c

%13
%0
%68
%8

Triadic Colors of #cbea4c

#cbea4c #4ccbea #ea4ccb

Analogous Colors of #cbea4c

#cbea4c #7cea4c #eaba4c

Monochromatic Colors of #cbea4c

#cbea4c

Complementary Color

#cbea4c #6b4cea

#cbea4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbea4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbea4c Color CSS Codes

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

#cbea4c Text Font Color

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

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


#cbea4c Background Color

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

This div background color is #cbea4c


#cbea4c Border Color

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

This div border color is #cbea4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbea4c


Comments

No comments written yet.

Please login to write comment.