Color Hex Logo

#cda828 Color Hex

#CDA828
(205,168,40)
0 Favorites   0 Comments

Color spaces of #cda828

RGB 20516840
HSL0.130.670.48
HSV47°80°80°
CMYK 0.000.180.80   0.20
XYZ39.562541.13767.8627
Yxy41.13760.44670.4645
Hunter Lab64.1386-2.138737.6287
CIE-Lab70.27221.460365.4601

#cda828 color RGB value is (205,168,40).

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

The process color (four color CMYK) of #cda828 color hex is 0.00, 0.18, 0.80, 0.20. Web safe color of #cda828 is #cc9933. Color #cda828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101000 00101000
Octal 315 250 50
Decimal 205 168 40
Hex CD A8 28

RGB Percentages of Color #cda828

%49.64
%40.68
%9.69

CMYK Percentages of Color #cda828

%0
%18
%80
%20

Triadic Colors of #cda828

#cda828 #28cda8 #a828cd

Analogous Colors of #cda828

#cda828 #a0cd28 #cd5628

Monochromatic Colors of #cda828

#cda828

Complementary Color

#cda828 #284dcd

#cda828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cda828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cda828 Color CSS Codes

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

#cda828 Text Font Color

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

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


#cda828 Background Color

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

This div background color is #cda828


#cda828 Border Color

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

This div border color is #cda828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cda828


Comments

No comments written yet.

Please login to write comment.