Color Hex Logo

#ccd544 Color Hex

#CCD544
(204,213,68)
0 Favorites   0 Comments

Color spaces of #ccd544

RGB 20421368
HSL0.180.630.55
HSV64°68°84°
CMYK 0.040.000.68   0.16
XYZ49.739560.843214.5912
Yxy60.84320.39740.4861
Hunter Lab78.0021-22.679743.5105
CIE-Lab82.2944-20.757567.1264

#ccd544 color RGB value is (204,213,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 01000100
Octal 314 325 104
Decimal 204 213 68
Hex CC D5 44

RGB Percentages of Color #ccd544

%42.06
%43.92
%14.02

CMYK Percentages of Color #ccd544

%4
%0
%68
%16

Triadic Colors of #ccd544

#ccd544 #44ccd5 #d544cc

Analogous Colors of #ccd544

#ccd544 #84d544 #d59644

Monochromatic Colors of #ccd544

#ccd544

Complementary Color

#ccd544 #4d44d5

#ccd544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd544 Color CSS Codes

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

#ccd544 Text Font Color

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

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


#ccd544 Background Color

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

This div background color is #ccd544


#ccd544 Border Color

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

This div border color is #ccd544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd544


Comments

No comments written yet.

Please login to write comment.