Color Hex Logo

#cccd1e Color Hex

#CCCD1E
(204,205,30)
0 Favorites   0 Comments

Color spaces of #cccd1e

RGB 20420530
HSL0.170.740.46
HSV60°85°80°
CMYK 0.000.000.85   0.20
XYZ46.967556.59379.6765
Yxy56.59370.41480.4998
Hunter Lab75.2288-20.207745.0338
CIE-Lab79.9505-18.283376.1803

#cccd1e color RGB value is (204,205,30).

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

The process color (four color CMYK) of #cccd1e color hex is 0.00, 0.00, 0.85, 0.20. Web safe color of #cccd1e is #cccc33. Color #cccd1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 00011110
Octal 314 315 36
Decimal 204 205 30
Hex CC CD 1E

RGB Percentages of Color #cccd1e

%46.47
%46.70
%6.83

CMYK Percentages of Color #cccd1e

%0
%0
%85
%20

Triadic Colors of #cccd1e

#cccd1e #1ecccd #cd1ecc

Analogous Colors of #cccd1e

#cccd1e #75cd1e #cd771e

Monochromatic Colors of #cccd1e

#cccd1e

Complementary Color

#cccd1e #1f1ecd

#cccd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd1e Color CSS Codes

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

#cccd1e Text Font Color

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

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


#cccd1e Background Color

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

This div background color is #cccd1e


#cccd1e Border Color

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

This div border color is #cccd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd1e


Comments

No comments written yet.

Please login to write comment.