Color Hex Logo

#cdb80f Color Hex

#CDB80F
(205,184,15)
0 Favorites   0 Comments

Color spaces of #cdb80f

RGB 20518415
HSL0.150.860.43
HSV53°93°80°
CMYK 0.000.100.93   0.20
XYZ42.403647.29467.3458
Yxy47.29460.43700.4874
Hunter Lab68.7711-10.287941.8067
CIE-Lab74.3778-7.505574.4053

#cdb80f color RGB value is (205,184,15).

#cdb80f hex color red value is 205, green value is 184 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cdb80f hue: 0.15 , saturation: 0.86 and the lightness value of cdb80f is 0.43.

The process color (four color CMYK) of #cdb80f color hex is 0.00, 0.10, 0.93, 0.20. Web safe color of #cdb80f is #cccc00. Color #cdb80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 00001111
Octal 315 270 17
Decimal 205 184 15
Hex CD B8 F

RGB Percentages of Color #cdb80f

%50.74
%45.54
%3.71

CMYK Percentages of Color #cdb80f

%0
%10
%93
%20

Triadic Colors of #cdb80f

#cdb80f #0fcdb8 #b80fcd

Analogous Colors of #cdb80f

#cdb80f #83cd0f #cd590f

Monochromatic Colors of #cdb80f

#cdb80f

Complementary Color

#cdb80f #0f24cd

#cdb80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb80f Color CSS Codes

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

#cdb80f Text Font Color

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

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


#cdb80f Background Color

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

This div background color is #cdb80f


#cdb80f Border Color

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

This div border color is #cdb80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb80f


Comments

No comments written yet.

Please login to write comment.