Color Hex Logo

#cdcc11 Color Hex

#CDCC11
(205,204,17)
0 Favorites   0 Comments

Color spaces of #cdcc11

RGB 20520417
HSL0.170.850.44
HSV60°92°80°
CMYK 0.000.000.92   0.20
XYZ46.870956.20538.9087
Yxy56.20530.41850.5019
Hunter Lab74.9702-19.600745.4337
CIE-Lab79.7305-17.606278.2270

#cdcc11 color RGB value is (205,204,17).

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

The process color (four color CMYK) of #cdcc11 color hex is 0.00, 0.00, 0.92, 0.20. Web safe color of #cdcc11 is #cccc00. Color #cdcc11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001100 00010001
Octal 315 314 21
Decimal 205 204 17
Hex CD CC 11

RGB Percentages of Color #cdcc11

%48.12
%47.89
%3.99

CMYK Percentages of Color #cdcc11

%0
%0
%92
%20

Triadic Colors of #cdcc11

#cdcc11 #11cdcc #cc11cd

Analogous Colors of #cdcc11

#cdcc11 #70cd11 #cd6e11

Monochromatic Colors of #cdcc11

#cdcc11

Complementary Color

#cdcc11 #1112cd

#cdcc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdcc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdcc11 Color CSS Codes

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

#cdcc11 Text Font Color

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

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


#cdcc11 Background Color

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

This div background color is #cdcc11


#cdcc11 Border Color

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

This div border color is #cdcc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdcc11


Comments

No comments written yet.

Please login to write comment.