Color Hex Logo

#cdc125 Color Hex

#CDC125
(205,193,37)
0 Favorites   0 Comments

Color spaces of #cdc125

RGB 20519337
HSL0.150.690.47
HSV56°82°80°
CMYK 0.000.060.82   0.20
XYZ44.580751.25269.2934
Yxy51.25260.42410.4875
Hunter Lab71.5909-14.129642.4171
CIE-Lab76.8318-11.653271.9969

#cdc125 color RGB value is (205,193,37).

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

The process color (four color CMYK) of #cdc125 color hex is 0.00, 0.06, 0.82, 0.20. Web safe color of #cdc125 is #cccc33. Color #cdc125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 00100101
Octal 315 301 45
Decimal 205 193 37
Hex CD C1 25

RGB Percentages of Color #cdc125

%47.13
%44.37
%8.51

CMYK Percentages of Color #cdc125

%0
%6
%82
%20

Triadic Colors of #cdc125

#cdc125 #25cdc1 #c125cd

Analogous Colors of #cdc125

#cdc125 #85cd25 #cd6d25

Monochromatic Colors of #cdc125

#cdc125

Complementary Color

#cdc125 #2531cd

#cdc125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc125 Color CSS Codes

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

#cdc125 Text Font Color

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

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


#cdc125 Background Color

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

This div background color is #cdc125


#cdc125 Border Color

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

This div border color is #cdc125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc125


Comments

No comments written yet.

Please login to write comment.