Color Hex Logo

#ccd644 Color Hex

#CCD644
(204,214,68)
0 Favorites   0 Comments

Color spaces of #ccd644

RGB 20421468
HSL0.180.640.55
HSV64°68°84°
CMYK 0.050.000.68   0.16
XYZ49.991861.347914.6753
Yxy61.34790.39670.4868
Hunter Lab78.3249-23.138843.7186
CIE-Lab82.5654-21.245767.3975

#ccd644 color RGB value is (204,214,68).

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

The process color (four color CMYK) of #ccd644 color hex is 0.05, 0.00, 0.68, 0.16. Web safe color of #ccd644 is #cccc33. Color #ccd644 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 01000100
Octal 314 326 104
Decimal 204 214 68
Hex CC D6 44

RGB Percentages of Color #ccd644

%41.98
%44.03
%13.99

CMYK Percentages of Color #ccd644

%5
%0
%68
%16

Triadic Colors of #ccd644

#ccd644 #44ccd6 #d644cc

Analogous Colors of #ccd644

#ccd644 #83d644 #d69744

Monochromatic Colors of #ccd644

#ccd644

Complementary Color

#ccd644 #4e44d6

#ccd644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd644 Color CSS Codes

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

#ccd644 Text Font Color

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

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


#ccd644 Background Color

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

This div background color is #ccd644


#ccd644 Border Color

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

This div border color is #ccd644


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,214,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 #ccd644">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd644


Comments

No comments written yet.

Please login to write comment.