Color Hex Logo

#cdc130 Color Hex

#CDC130
(205,193,48)
0 Favorites   0 Comments

Color spaces of #cdc130

RGB 20519348
HSL0.150.620.50
HSV55°77°80°
CMYK 0.000.060.77   0.20
XYZ44.780351.332510.3443
Yxy51.33250.42060.4822
Hunter Lab71.6467-13.816541.5924
CIE-Lab76.8800-11.282168.8786

#cdc130 color RGB value is (205,193,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 00110000
Octal 315 301 60
Decimal 205 193 48
Hex CD C1 30

RGB Percentages of Color #cdc130

%45.96
%43.27
%10.76

CMYK Percentages of Color #cdc130

%0
%6
%77
%20

Triadic Colors of #cdc130

#cdc130 #30cdc1 #c130cd

Analogous Colors of #cdc130

#cdc130 #8bcd30 #cd7330

Monochromatic Colors of #cdc130

#cdc130

Complementary Color

#cdc130 #303ccd

#cdc130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc130 Color CSS Codes

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

#cdc130 Text Font Color

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

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


#cdc130 Background Color

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

This div background color is #cdc130


#cdc130 Border Color

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

This div border color is #cdc130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc130


Comments

No comments written yet.

Please login to write comment.