Color Hex Logo

#ccd95e Color Hex

#CCD95E
(204,217,94)
0 Favorites   0 Comments

Color spaces of #ccd95e

RGB 20421794
HSL0.180.620.61
HSV66°57°85°
CMYK 0.060.000.57   0.15
XYZ51.735163.271220.0755
Yxy63.27120.38300.4684
Hunter Lab79.5432-23.103740.7163
CIE-Lab83.5849-21.001957.8658

#ccd95e color RGB value is (204,217,94).

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

The process color (four color CMYK) of #ccd95e color hex is 0.06, 0.00, 0.57, 0.15. Web safe color of #ccd95e is #cccc66. Color #ccd95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 01011110
Octal 314 331 136
Decimal 204 217 94
Hex CC D9 5E

RGB Percentages of Color #ccd95e

%39.61
%42.14
%18.25

CMYK Percentages of Color #ccd95e

%6
%0
%57
%15

Triadic Colors of #ccd95e

#ccd95e #5eccd9 #d95ecc

Analogous Colors of #ccd95e

#ccd95e #8fd95e #d9a95e

Monochromatic Colors of #ccd95e

#ccd95e

Complementary Color

#ccd95e #6b5ed9

#ccd95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd95e Color CSS Codes

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

#ccd95e Text Font Color

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

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


#ccd95e Background Color

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

This div background color is #ccd95e


#ccd95e Border Color

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

This div border color is #ccd95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd95e


Comments

No comments written yet.

Please login to write comment.