Color Hex Logo

#cdc13b Color Hex

#CDC13B
(205,193,59)
0 Favorites   0 Comments

Color spaces of #cdc13b

RGB 20519359
HSL0.150.590.52
HSV55°71°80°
CMYK 0.000.060.71   0.20
XYZ45.036251.434811.6919
Yxy51.43480.41640.4755
Hunter Lab71.7181-13.415440.5368
CIE-Lab76.9416-10.808265.1826

#cdc13b color RGB value is (205,193,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 00111011
Octal 315 301 73
Decimal 205 193 59
Hex CD C1 3B

RGB Percentages of Color #cdc13b

%44.86
%42.23
%12.91

CMYK Percentages of Color #cdc13b

%0
%6
%71
%20

Triadic Colors of #cdc13b

#cdc13b #3bcdc1 #c13bcd

Analogous Colors of #cdc13b

#cdc13b #90cd3b #cd783b

Monochromatic Colors of #cdc13b

#cdc13b

Complementary Color

#cdc13b #3b47cd

#cdc13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc13b Color CSS Codes

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

#cdc13b Text Font Color

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

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


#cdc13b Background Color

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

This div background color is #cdc13b


#cdc13b Border Color

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

This div border color is #cdc13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc13b


Comments

No comments written yet.

Please login to write comment.