Color Hex Logo

#cdb828 Color Hex

#CDB828
(205,184,40)
0 Favorites   0 Comments

Color spaces of #cdb828

RGB 20518440
HSL0.150.670.48
HSV52°80°80°
CMYK 0.000.100.80   0.20
XYZ42.700347.41338.9086
Yxy47.41330.43120.4788
Hunter Lab68.8573-9.807640.5293
CIE-Lab74.4534-6.942169.1287

#cdb828 color RGB value is (205,184,40).

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

The process color (four color CMYK) of #cdb828 color hex is 0.00, 0.10, 0.80, 0.20. Web safe color of #cdb828 is #cccc33. Color #cdb828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 00101000
Octal 315 270 50
Decimal 205 184 40
Hex CD B8 28

RGB Percentages of Color #cdb828

%47.79
%42.89
%9.32

CMYK Percentages of Color #cdb828

%0
%10
%80
%20

Triadic Colors of #cdb828

#cdb828 #28cdb8 #b828cd

Analogous Colors of #cdb828

#cdb828 #90cd28 #cd6628

Monochromatic Colors of #cdb828

#cdb828

Complementary Color

#cdb828 #283dcd

#cdb828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb828 Color CSS Codes

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

#cdb828 Text Font Color

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

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


#cdb828 Background Color

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

This div background color is #cdb828


#cdb828 Border Color

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

This div border color is #cdb828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb828


Comments

No comments written yet.

Please login to write comment.