Color Hex Logo

#cdb600 Color Hex

#CDB600
(205,182,0)
0 Favorites   0 Comments

Color spaces of #cdb600

RGB 2051820
HSL0.151.000.40
HSV53°100°80°
CMYK 0.000.111.00   0.20
XYZ41.904846.43506.7542
Yxy46.43500.44070.4883
Hunter Lab68.1432-9.481841.8236
CIE-Lab73.8269-6.634975.7027

#cdb600 color RGB value is (205,182,0).

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

The process color (four color CMYK) of #cdb600 color hex is 0.00, 0.11, 1.00, 0.20. Web safe color of #cdb600 is #cccc00. Color #cdb600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 00000000
Octal 315 266 0
Decimal 205 182 0
Hex CD B6 0

RGB Percentages of Color #cdb600

%52.97
%47.03
%0.00

CMYK Percentages of Color #cdb600

%0
%11
%100
%20

Triadic Colors of #cdb600

#cdb600 #00cdb6 #b600cd

Analogous Colors of #cdb600

#cdb600 #7ecd00 #cd5000

Monochromatic Colors of #cdb600

#cdb600

Complementary Color

#cdb600 #0017cd

#cdb600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb600 Color CSS Codes

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

#cdb600 Text Font Color

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

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


#cdb600 Background Color

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

This div background color is #cdb600


#cdb600 Border Color

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

This div border color is #cdb600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb600


Comments

No comments written yet.

Please login to write comment.