Color Hex Logo

#cdbe4b Color Hex

#CDBE4B
(205,190,75)
0 Favorites   0 Comments

Color spaces of #cdbe4b

RGB 20519075
HSL0.150.570.55
HSV53°63°80°
CMYK 0.000.070.63   0.20
XYZ44.860350.314014.0038
Yxy50.31400.41090.4608
Hunter Lab70.9324-11.241537.9473
CIE-Lab76.2616-8.385158.1173

#cdbe4b color RGB value is (205,190,75).

#cdbe4b hex color red value is 205, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cdbe4b hue: 0.15 , saturation: 0.57 and the lightness value of cdbe4b is 0.55.

The process color (four color CMYK) of #cdbe4b color hex is 0.00, 0.07, 0.63, 0.20. Web safe color of #cdbe4b is #cccc33. Color #cdbe4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01001011
Octal 315 276 113
Decimal 205 190 75
Hex CD BE 4B

RGB Percentages of Color #cdbe4b

%43.62
%40.43
%15.96

CMYK Percentages of Color #cdbe4b

%0
%7
%63
%20

Triadic Colors of #cdbe4b

#cdbe4b #4bcdbe #be4bcd

Analogous Colors of #cdbe4b

#cdbe4b #9bcd4b #cd7d4b

Monochromatic Colors of #cdbe4b

#cdbe4b

Complementary Color

#cdbe4b #4b5acd

#cdbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe4b Color CSS Codes

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

#cdbe4b Text Font Color

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

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


#cdbe4b Background Color

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

This div background color is #cdbe4b


#cdbe4b Border Color

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

This div border color is #cdbe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe4b


Comments

No comments written yet.

Please login to write comment.