Color Hex Logo

#cdcc63 Color Hex

#CDCC63
(205,204,99)
0 Favorites   0 Comments

Color spaces of #cdcc63

RGB 20520499
HSL0.170.510.60
HSV59°52°80°
CMYK 0.000.000.52   0.20
XYZ49.021857.065720.2354
Yxy57.06570.38810.4517
Hunter Lab75.5418-16.363236.9973
CIE-Lab80.2165-13.748751.7569

#cdcc63 color RGB value is (205,204,99).

#cdcc63 hex color red value is 205, green value is 204 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cdcc63 hue: 0.17 , saturation: 0.51 and the lightness value of cdcc63 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 01100011
Octal 315 314 143
Decimal 205 204 99
Hex CD CC 63

RGB Percentages of Color #cdcc63

%40.35
%40.16
%19.49

CMYK Percentages of Color #cdcc63

%0
%0
%52
%20

Triadic Colors of #cdcc63

#cdcc63 #63cdcc #cc63cd

Analogous Colors of #cdcc63

#cdcc63 #99cd63 #cd9763

Monochromatic Colors of #cdcc63

#cdcc63

Complementary Color

#cdcc63 #6364cd

#cdcc63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc63 Color CSS Codes

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

#cdcc63 Text Font Color

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

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


#cdcc63 Background Color

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

This div background color is #cdcc63


#cdcc63 Border Color

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

This div border color is #cdcc63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc63


Comments

No comments written yet.

Please login to write comment.