Color Hex Logo

#cdb200 Color Hex

#CDB200
(205,178,0)
0 Favorites   0 Comments

Color spaces of #cdb200

RGB 2051780
HSL0.141.000.40
HSV52°100°80°
CMYK 0.000.131.00   0.20
XYZ41.097244.81996.4851
Yxy44.81990.44480.4851
Hunter Lab66.9477-7.582541.1201
CIE-Lab72.7731-4.553474.9515

#cdb200 color RGB value is (205,178,0).

#cdb200 hex color red value is 205, green value is 178 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cdb200 hue: 0.14 , saturation: 1.00 and the lightness value of cdb200 is 0.40.

The process color (four color CMYK) of #cdb200 color hex is 0.00, 0.13, 1.00, 0.20. Web safe color of #cdb200 is #cc9900. Color #cdb200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 00000000
Octal 315 262 0
Decimal 205 178 0
Hex CD B2 0

RGB Percentages of Color #cdb200

%53.52
%46.48
%0.00

CMYK Percentages of Color #cdb200

%0
%13
%100
%20

Triadic Colors of #cdb200

#cdb200 #00cdb2 #b200cd

Analogous Colors of #cdb200

#cdb200 #82cd00 #cd4b00

Monochromatic Colors of #cdb200

#cdb200

Complementary Color

#cdb200 #001bcd

#cdb200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb200 Color CSS Codes

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

#cdb200 Text Font Color

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

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


#cdb200 Background Color

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

This div background color is #cdb200


#cdb200 Border Color

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

This div border color is #cdb200


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,178,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdb200; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdb200;
  -webkit-box-shadow: 1px 1px 3px 2px #cdb200;
  box-shadow:         1px 1px 3px 2px #cdb200; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,178,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb200


Comments

No comments written yet.

Please login to write comment.