Color Hex Logo

#cdbb3e Color Hex

#CDBB3E
(205,187,62)
0 Favorites   0 Comments

Color spaces of #cdbb3e

RGB 20518762
HSL0.150.590.52
HSV52°70°80°
CMYK 0.000.090.70   0.20
XYZ43.816748.867611.6804
Yxy48.86760.41980.4682
Hunter Lab69.9054-10.450539.0271
CIE-Lab75.3689-7.579762.5022

#cdbb3e color RGB value is (205,187,62).

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

The process color (four color CMYK) of #cdbb3e color hex is 0.00, 0.09, 0.70, 0.20. Web safe color of #cdbb3e is #cccc33. Color #cdbb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111011 00111110
Octal 315 273 76
Decimal 205 187 62
Hex CD BB 3E

RGB Percentages of Color #cdbb3e

%45.15
%41.19
%13.66

CMYK Percentages of Color #cdbb3e

%0
%9
%70
%20

Triadic Colors of #cdbb3e

#cdbb3e #3ecdbb #bb3ecd

Analogous Colors of #cdbb3e

#cdbb3e #98cd3e #cd743e

Monochromatic Colors of #cdbb3e

#cdbb3e

Complementary Color

#cdbb3e #3e50cd

#cdbb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbb3e Color CSS Codes

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

#cdbb3e Text Font Color

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

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


#cdbb3e Background Color

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

This div background color is #cdbb3e


#cdbb3e Border Color

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

This div border color is #cdbb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbb3e


Comments

No comments written yet.

Please login to write comment.