Color Hex Logo

#cdc15b Color Hex

#CDC15B
(205,193,91)
0 Favorites   0 Comments

Color spaces of #cdc15b

RGB 20519391
HSL0.150.530.58
HSV54°56°80°
CMYK 0.000.060.56   0.20
XYZ46.135151.874417.4787
Yxy51.87440.39950.4492
Hunter Lab72.0239-11.703136.0283
CIE-Lab77.2057-8.801352.0036

#cdc15b color RGB value is (205,193,91).

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

The process color (four color CMYK) of #cdc15b color hex is 0.00, 0.06, 0.56, 0.20. Web safe color of #cdc15b is #cccc66. Color #cdc15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000001 01011011
Octal 315 301 133
Decimal 205 193 91
Hex CD C1 5B

RGB Percentages of Color #cdc15b

%41.92
%39.47
%18.61

CMYK Percentages of Color #cdc15b

%0
%6
%56
%20

Triadic Colors of #cdc15b

#cdc15b #5bcdc1 #c15bcd

Analogous Colors of #cdc15b

#cdc15b #a0cd5b #cd885b

Monochromatic Colors of #cdc15b

#cdc15b

Complementary Color

#cdc15b #5b67cd

#cdc15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc15b Color CSS Codes

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

#cdc15b Text Font Color

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

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


#cdc15b Background Color

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

This div background color is #cdc15b


#cdc15b Border Color

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

This div border color is #cdc15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc15b


Comments

No comments written yet.

Please login to write comment.