Color Hex Logo

#cdbe60 Color Hex

#CDBE60
(205,190,96)
0 Favorites   0 Comments

Color spaces of #cdbe60

RGB 20519096
HSL0.140.520.59
HSV52°53°80°
CMYK 0.000.070.53   0.20
XYZ45.701650.650618.4341
Yxy50.65060.39810.4413
Hunter Lab71.1692-9.921734.4613
CIE-Lab76.4669-6.851448.7843

#cdbe60 color RGB value is (205,190,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01100000
Octal 315 276 140
Decimal 205 190 96
Hex CD BE 60

RGB Percentages of Color #cdbe60

%41.75
%38.70
%19.55

CMYK Percentages of Color #cdbe60

%0
%7
%53
%20

Triadic Colors of #cdbe60

#cdbe60 #60cdbe #be60cd

Analogous Colors of #cdbe60

#cdbe60 #a6cd60 #cd8860

Monochromatic Colors of #cdbe60

#cdbe60

Complementary Color

#cdbe60 #606fcd

#cdbe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe60 Color CSS Codes

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

#cdbe60 Text Font Color

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

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


#cdbe60 Background Color

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

This div background color is #cdbe60


#cdbe60 Border Color

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

This div border color is #cdbe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe60


Comments

No comments written yet.

Please login to write comment.