Color Hex Logo

#cbd04a Color Hex

#CBD04A
(203,208,74)
0 Favorites   0 Comments

Color spaces of #cbd04a

RGB 20320874
HSL0.170.590.55
HSV62°64°82°
CMYK 0.020.000.64   0.18
XYZ48.420558.302715.1801
Yxy58.30270.39720.4783
Hunter Lab76.3562-20.429441.6621
CIE-Lab80.9068-18.370163.3752

#cbd04a color RGB value is (203,208,74).

#cbd04a hex color red value is 203, green value is 208 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbd04a hue: 0.17 , saturation: 0.59 and the lightness value of cbd04a is 0.55.

The process color (four color CMYK) of #cbd04a color hex is 0.02, 0.00, 0.64, 0.18. Web safe color of #cbd04a is #cccc33. Color #cbd04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010000 01001010
Octal 313 320 112
Decimal 203 208 74
Hex CB D0 4A

RGB Percentages of Color #cbd04a

%41.86
%42.89
%15.26

CMYK Percentages of Color #cbd04a

%2
%0
%64
%18

Triadic Colors of #cbd04a

#cbd04a #4acbd0 #d04acb

Analogous Colors of #cbd04a

#cbd04a #88d04a #d0924a

Monochromatic Colors of #cbd04a

#cbd04a

Complementary Color

#cbd04a #4f4ad0

#cbd04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd04a Color CSS Codes

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

#cbd04a Text Font Color

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

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


#cbd04a Background Color

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

This div background color is #cbd04a


#cbd04a Border Color

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

This div border color is #cbd04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd04a


Comments

No comments written yet.

Please login to write comment.