Color Hex Logo

#cdb225 Color Hex

#CDB225
(205,178,37)
0 Favorites   0 Comments

Color spaces of #cdb225

RGB 20517837
HSL0.140.690.47
HSV50°82°80°
CMYK 0.000.130.82   0.20
XYZ41.431244.95358.2435
Yxy44.95350.43780.4751
Hunter Lab67.0474-7.030739.6434
CIE-Lab72.8613-3.911768.6006

#cdb225 color RGB value is (205,178,37).

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

The process color (four color CMYK) of #cdb225 color hex is 0.00, 0.13, 0.82, 0.20. Web safe color of #cdb225 is #cc9933. Color #cdb225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 00100101
Octal 315 262 45
Decimal 205 178 37
Hex CD B2 25

RGB Percentages of Color #cdb225

%48.81
%42.38
%8.81

CMYK Percentages of Color #cdb225

%0
%13
%82
%20

Triadic Colors of #cdb225

#cdb225 #25cdb2 #b225cd

Analogous Colors of #cdb225

#cdb225 #94cd25 #cd5e25

Monochromatic Colors of #cdb225

#cdb225

Complementary Color

#cdb225 #2540cd

#cdb225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb225 Color CSS Codes

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

#cdb225 Text Font Color

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

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


#cdb225 Background Color

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

This div background color is #cdb225


#cdb225 Border Color

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

This div border color is #cdb225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb225


Comments

No comments written yet.

Please login to write comment.