Color Hex Logo

#cdbe4f Color Hex

#CDBE4F
(205,190,79)
0 Favorites   0 Comments

Color spaces of #cdbe4f

RGB 20519079
HSL0.150.560.56
HSV53°61°80°
CMYK 0.000.070.61   0.20
XYZ45.001650.370614.7478
Yxy50.37060.40870.4574
Hunter Lab70.9722-11.019437.3603
CIE-Lab76.2962-8.125856.4198

#cdbe4f color RGB value is (205,190,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111110 01001111
Octal 315 276 117
Decimal 205 190 79
Hex CD BE 4F

RGB Percentages of Color #cdbe4f

%43.25
%40.08
%16.67

CMYK Percentages of Color #cdbe4f

%0
%7
%61
%20

Triadic Colors of #cdbe4f

#cdbe4f #4fcdbe #be4fcd

Analogous Colors of #cdbe4f

#cdbe4f #9dcd4f #cd7f4f

Monochromatic Colors of #cdbe4f

#cdbe4f

Complementary Color

#cdbe4f #4f5ecd

#cdbe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbe4f Color CSS Codes

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

#cdbe4f Text Font Color

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

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


#cdbe4f Background Color

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

This div background color is #cdbe4f


#cdbe4f Border Color

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

This div border color is #cdbe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbe4f


Comments

No comments written yet.

Please login to write comment.