Color Hex Logo

#cdc471 Color Hex

#CDC471
(205,196,113)
0 Favorites   0 Comments

Color spaces of #cdc471

RGB 205196113
HSL0.150.480.62
HSV54°45°80°
CMYK 0.000.040.45   0.20
XYZ47.897453.651223.4540
Yxy53.65120.38320.4292
Hunter Lab73.2470-11.458132.2880
CIE-Lab78.2579-8.395842.6238

#cdc471 color RGB value is (205,196,113).

#cdc471 hex color red value is 205, green value is 196 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cdc471 hue: 0.15 , saturation: 0.48 and the lightness value of cdc471 is 0.62.

The process color (four color CMYK) of #cdc471 color hex is 0.00, 0.04, 0.45, 0.20. Web safe color of #cdc471 is #cccc66. Color #cdc471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000100 01110001
Octal 315 304 161
Decimal 205 196 113
Hex CD C4 71

RGB Percentages of Color #cdc471

%39.88
%38.13
%21.98

CMYK Percentages of Color #cdc471

%0
%4
%45
%20

Triadic Colors of #cdc471

#cdc471 #71cdc4 #c471cd

Analogous Colors of #cdc471

#cdc471 #a8cd71 #cd9671

Monochromatic Colors of #cdc471

#cdc471

Complementary Color

#cdc471 #717acd

#cdc471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc471 Color CSS Codes

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

#cdc471 Text Font Color

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

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


#cdc471 Background Color

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

This div background color is #cdc471


#cdc471 Border Color

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

This div border color is #cdc471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc471


Comments

No comments written yet.

Please login to write comment.