Color Hex Logo

#cdbb0e Color Hex

#CDBB0E
(205,187,14)
0 Favorites   0 Comments

Color spaces of #cdbb0e

RGB 20518714
HSL0.150.870.43
HSV54°93°80°
CMYK 0.000.090.93   0.20
XYZ43.026448.55157.5191
Yxy48.55150.43420.4899
Hunter Lab69.6789-11.715242.3772
CIE-Lab75.1715-9.065075.1384

#cdbb0e color RGB value is (205,187,14).

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

The process color (four color CMYK) of #cdbb0e color hex is 0.00, 0.09, 0.93, 0.20. Web safe color of #cdbb0e is #cccc00. Color #cdbb0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111011 00001110
Octal 315 273 16
Decimal 205 187 14
Hex CD BB E

RGB Percentages of Color #cdbb0e

%50.49
%46.06
%3.45

CMYK Percentages of Color #cdbb0e

%0
%9
%93
%20

Triadic Colors of #cdbb0e

#cdbb0e #0ecdbb #bb0ecd

Analogous Colors of #cdbb0e

#cdbb0e #80cd0e #cd5b0e

Monochromatic Colors of #cdbb0e

#cdbb0e

Complementary Color

#cdbb0e #0e20cd

#cdbb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbb0e Color CSS Codes

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

#cdbb0e Text Font Color

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

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


#cdbb0e Background Color

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

This div background color is #cdbb0e


#cdbb0e Border Color

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

This div border color is #cdbb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbb0e


Comments

No comments written yet.

Please login to write comment.