Color Hex Logo

#ccd94a Color Hex

#CCD94A
(204,217,74)
0 Favorites   0 Comments

Color spaces of #ccd94a

RGB 20421774
HSL0.180.650.57
HSV65°66°85°
CMYK 0.060.000.66   0.15
XYZ50.950762.957515.9452
Yxy62.95750.39240.4848
Hunter Lab79.3458-24.234043.6272
CIE-Lab83.4200-22.365165.9946

#ccd94a color RGB value is (204,217,74).

#ccd94a hex color red value is 204, green value is 217 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccd94a hue: 0.18 , saturation: 0.65 and the lightness value of ccd94a is 0.57.

The process color (four color CMYK) of #ccd94a color hex is 0.06, 0.00, 0.66, 0.15. Web safe color of #ccd94a is #cccc33. Color #ccd94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 01001010
Octal 314 331 112
Decimal 204 217 74
Hex CC D9 4A

RGB Percentages of Color #ccd94a

%41.21
%43.84
%14.95

CMYK Percentages of Color #ccd94a

%6
%0
%66
%15

Triadic Colors of #ccd94a

#ccd94a #4accd9 #d94acc

Analogous Colors of #ccd94a

#ccd94a #85d94a #d99f4a

Monochromatic Colors of #ccd94a

#ccd94a

Complementary Color

#ccd94a #574ad9

#ccd94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd94a Color CSS Codes

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

#ccd94a Text Font Color

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

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


#ccd94a Background Color

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

This div background color is #ccd94a


#ccd94a Border Color

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

This div border color is #ccd94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd94a


Comments

No comments written yet.

Please login to write comment.