Color Hex Logo

#ccd244 Color Hex

#CCD244
(204,210,68)
0 Favorites   0 Comments

Color spaces of #ccd244

RGB 20421068
HSL0.170.610.55
HSV63°68°82°
CMYK 0.030.000.68   0.18
XYZ48.991859.347914.3420
Yxy59.34790.39930.4838
Hunter Lab77.0376-21.299342.8884
CIE-Lab81.4825-19.287066.3125

#ccd244 color RGB value is (204,210,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01000100
Octal 314 322 104
Decimal 204 210 68
Hex CC D2 44

RGB Percentages of Color #ccd244

%42.32
%43.57
%14.11

CMYK Percentages of Color #ccd244

%3
%0
%68
%18

Triadic Colors of #ccd244

#ccd244 #44ccd2 #d244cc

Analogous Colors of #ccd244

#ccd244 #85d244 #d29144

Monochromatic Colors of #ccd244

#ccd244

Complementary Color

#ccd244 #4a44d2

#ccd244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd244 Color CSS Codes

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

#ccd244 Text Font Color

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

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


#ccd244 Background Color

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

This div background color is #ccd244


#ccd244 Border Color

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

This div border color is #ccd244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd244


Comments

No comments written yet.

Please login to write comment.