Color Hex Logo

#cdbc62 Color Hex

#CDBC62
(205,188,98)
0 Favorites   0 Comments

Color spaces of #cdbc62

RGB 20518898
HSL0.140.520.59
HSV50°52°80°
CMYK 0.000.080.52   0.20
XYZ45.364749.827418.7820
Yxy49.82740.39800.4372
Hunter Lab70.5885-8.814433.6362
CIE-Lab75.9632-5.645347.2242

#cdbc62 color RGB value is (205,188,98).

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

The process color (four color CMYK) of #cdbc62 color hex is 0.00, 0.08, 0.52, 0.20. Web safe color of #cdbc62 is #cccc66. Color #cdbc62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111100 01100010
Octal 315 274 142
Decimal 205 188 98
Hex CD BC 62

RGB Percentages of Color #cdbc62

%41.75
%38.29
%19.96

CMYK Percentages of Color #cdbc62

%0
%8
%52
%20

Triadic Colors of #cdbc62

#cdbc62 #62cdbc #bc62cd

Analogous Colors of #cdbc62

#cdbc62 #a9cd62 #cd8762

Monochromatic Colors of #cdbc62

#cdbc62

Complementary Color

#cdbc62 #6273cd

#cdbc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbc62 Color CSS Codes

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

#cdbc62 Text Font Color

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

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


#cdbc62 Background Color

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

This div background color is #cdbc62


#cdbc62 Border Color

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

This div border color is #cdbc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbc62


Comments

No comments written yet.

Please login to write comment.