Color Hex Logo

#ccd22f Color Hex

#CCD22F
(204,210,47)
0 Favorites   0 Comments

Color spaces of #ccd22f

RGB 20421047
HSL0.170.640.50
HSV62°78°82°
CMYK 0.030.000.78   0.18
XYZ48.461559.135811.5495
Yxy59.13580.40670.4963
Hunter Lab76.8998-22.085744.9252
CIE-Lab81.3662-20.237673.1987

#ccd22f color RGB value is (204,210,47).

#ccd22f hex color red value is 204, green value is 210 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ccd22f hue: 0.17 , saturation: 0.64 and the lightness value of ccd22f is 0.50.

The process color (four color CMYK) of #ccd22f color hex is 0.03, 0.00, 0.78, 0.18. Web safe color of #ccd22f is #cccc33. Color #ccd22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00101111
Octal 314 322 57
Decimal 204 210 47
Hex CC D2 2F

RGB Percentages of Color #ccd22f

%44.25
%45.55
%10.20

CMYK Percentages of Color #ccd22f

%3
%0
%78
%18

Triadic Colors of #ccd22f

#ccd22f #2fccd2 #d22fcc

Analogous Colors of #ccd22f

#ccd22f #7bd22f #d2872f

Monochromatic Colors of #ccd22f

#ccd22f

Complementary Color

#ccd22f #352fd2

#ccd22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd22f Color CSS Codes

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

#ccd22f Text Font Color

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

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


#ccd22f Background Color

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

This div background color is #ccd22f


#ccd22f Border Color

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

This div border color is #ccd22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd22f


Comments

No comments written yet.

Please login to write comment.