Color Hex Logo

#ccd224 Color Hex

#CCD224
(204,210,36)
0 Favorites   0 Comments

Color spaces of #ccd224

RGB 20421036
HSL0.170.710.48
HSV62°83°82°
CMYK 0.030.000.83   0.18
XYZ48.266959.057910.5245
Yxy59.05790.40960.5011
Hunter Lab76.8491-22.374945.6746
CIE-Lab81.3234-20.588676.0128

#ccd224 color RGB value is (204,210,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 00100100
Octal 314 322 44
Decimal 204 210 36
Hex CC D2 24

RGB Percentages of Color #ccd224

%45.33
%46.67
%8.00

CMYK Percentages of Color #ccd224

%3
%0
%83
%18

Triadic Colors of #ccd224

#ccd224 #24ccd2 #d224cc

Analogous Colors of #ccd224

#ccd224 #75d224 #d28124

Monochromatic Colors of #ccd224

#ccd224

Complementary Color

#ccd224 #2a24d2

#ccd224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd224 Color CSS Codes

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

#ccd224 Text Font Color

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

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


#ccd224 Background Color

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

This div background color is #ccd224


#ccd224 Border Color

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

This div border color is #ccd224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd224


Comments

No comments written yet.

Please login to write comment.