Color Hex Logo

#cbec4a Color Hex

#CBEC4A
(203,236,74)
0 Favorites   0 Comments

Color spaces of #cbec4a

RGB 20323674
HSL0.200.810.61
HSV72°69°93°
CMYK 0.140.000.69   0.07
XYZ55.860173.181817.6599
Yxy73.18180.38080.4988
Hunter Lab85.5464-33.149147.6428
CIE-Lab88.5343-31.762071.1615

#cbec4a color RGB value is (203,236,74).

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

The process color (four color CMYK) of #cbec4a color hex is 0.14, 0.00, 0.69, 0.07. Web safe color of #cbec4a is #ccff33. Color #cbec4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 01001010
Octal 313 354 112
Decimal 203 236 74
Hex CB EC 4A

RGB Percentages of Color #cbec4a

%39.57
%46.00
%14.42

CMYK Percentages of Color #cbec4a

%14
%0
%69
%7

Triadic Colors of #cbec4a

#cbec4a #4acbec #ec4acb

Analogous Colors of #cbec4a

#cbec4a #7aec4a #ecbc4a

Monochromatic Colors of #cbec4a

#cbec4a

Complementary Color

#cbec4a #6b4aec

#cbec4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbec4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbec4a Color CSS Codes

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

#cbec4a Text Font Color

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

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


#cbec4a Background Color

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

This div background color is #cbec4a


#cbec4a Border Color

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

This div border color is #cbec4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbec4a


Comments

No comments written yet.

Please login to write comment.