Color Hex Logo

#cdbe46 Color Hex

#CDBE46
(205,190,70)
0 Favorites   0 Comments

Color spaces of #cdbe46

RGB 20519070
HSL0.150.570.54
HSV53°66°80°
CMYK 0.000.070.66   0.20
XYZ44.695850.248213.1375
Yxy50.24820.41350.4649
Hunter Lab70.8860-11.500738.6318
CIE-Lab76.2214-8.688160.1741

#cdbe46 color RGB value is (205,190,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01000110
Octal 315 276 106
Decimal 205 190 70
Hex CD BE 46

RGB Percentages of Color #cdbe46

%44.09
%40.86
%15.05

CMYK Percentages of Color #cdbe46

%0
%7
%66
%20

Triadic Colors of #cdbe46

#cdbe46 #46cdbe #be46cd

Analogous Colors of #cdbe46

#cdbe46 #99cd46 #cd7b46

Monochromatic Colors of #cdbe46

#cdbe46

Complementary Color

#cdbe46 #4655cd

#cdbe46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe46 Color CSS Codes

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

#cdbe46 Text Font Color

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

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


#cdbe46 Background Color

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

This div background color is #cdbe46


#cdbe46 Border Color

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

This div border color is #cdbe46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe46


Comments

No comments written yet.

Please login to write comment.