Color Hex Logo

#cdbe52 Color Hex

#CDBE52
(205,190,82)
0 Favorites   0 Comments

Color spaces of #cdbe52

RGB 20519082
HSL0.150.550.56
HSV53°60°80°
CMYK 0.000.070.60   0.20
XYZ45.113350.415215.3360
Yxy50.41520.40690.4547
Hunter Lab71.0037-10.843636.8966
CIE-Lab76.3234-7.921155.1190

#cdbe52 color RGB value is (205,190,82).

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

The process color (four color CMYK) of #cdbe52 color hex is 0.00, 0.07, 0.60, 0.20. Web safe color of #cdbe52 is #cccc66. Color #cdbe52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01010010
Octal 315 276 122
Decimal 205 190 82
Hex CD BE 52

RGB Percentages of Color #cdbe52

%42.98
%39.83
%17.19

CMYK Percentages of Color #cdbe52

%0
%7
%60
%20

Triadic Colors of #cdbe52

#cdbe52 #52cdbe #be52cd

Analogous Colors of #cdbe52

#cdbe52 #9fcd52 #cd8152

Monochromatic Colors of #cdbe52

#cdbe52

Complementary Color

#cdbe52 #5261cd

#cdbe52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe52 Color CSS Codes

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

#cdbe52 Text Font Color

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

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


#cdbe52 Background Color

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

This div background color is #cdbe52


#cdbe52 Border Color

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

This div border color is #cdbe52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe52


Comments

No comments written yet.

Please login to write comment.