Color Hex Logo

#cbd24a Color Hex

#CBD24A
(203,210,74)
0 Favorites   0 Comments

Color spaces of #cbd24a

RGB 20321074
HSL0.180.600.56
HSV63°65°82°
CMYK 0.030.000.65   0.18
XYZ48.911259.284115.3436
Yxy59.28410.39590.4799
Hunter Lab76.9962-21.352642.0822
CIE-Lab81.4475-19.356463.9365

#cbd24a color RGB value is (203,210,74).

#cbd24a hex color red value is 203, green value is 210 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbd24a hue: 0.18 , saturation: 0.60 and the lightness value of cbd24a is 0.56.

The process color (four color CMYK) of #cbd24a color hex is 0.03, 0.00, 0.65, 0.18. Web safe color of #cbd24a is #cccc33. Color #cbd24a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010010 01001010
Octal 313 322 112
Decimal 203 210 74
Hex CB D2 4A

RGB Percentages of Color #cbd24a

%41.68
%43.12
%15.20

CMYK Percentages of Color #cbd24a

%3
%0
%65
%18

Triadic Colors of #cbd24a

#cbd24a #4acbd2 #d24acb

Analogous Colors of #cbd24a

#cbd24a #87d24a #d2954a

Monochromatic Colors of #cbd24a

#cbd24a

Complementary Color

#cbd24a #514ad2

#cbd24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd24a Color CSS Codes

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

#cbd24a Text Font Color

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

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


#cbd24a Background Color

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

This div background color is #cbd24a


#cbd24a Border Color

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

This div border color is #cbd24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd24a


Comments

No comments written yet.

Please login to write comment.