Color Hex Logo

#ccf95e Color Hex

#CCF95E
(204,249,94)
0 Favorites   0 Comments

Color spaces of #ccf95e

RGB 20424994
HSL0.220.930.67
HSV77°62°98°
CMYK 0.180.000.62   0.02
XYZ60.797981.396923.0965
Yxy81.39690.36780.4924
Hunter Lab90.2202-37.597247.9758
CIE-Lab92.3080-36.034067.4604

#ccf95e color RGB value is (204,249,94).

#ccf95e hex color red value is 204, green value is 249 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ccf95e hue: 0.22 , saturation: 0.93 and the lightness value of ccf95e is 0.67.

The process color (four color CMYK) of #ccf95e color hex is 0.18, 0.00, 0.62, 0.02. Web safe color of #ccf95e is #ccff66. Color #ccf95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 01011110
Octal 314 371 136
Decimal 204 249 94
Hex CC F9 5E

RGB Percentages of Color #ccf95e

%37.29
%45.52
%17.18

CMYK Percentages of Color #ccf95e

%18
%0
%62
%2

Triadic Colors of #ccf95e

#ccf95e #5eccf9 #f95ecc

Analogous Colors of #ccf95e

#ccf95e #7ff95e #f9d95e

Monochromatic Colors of #ccf95e

#ccf95e

Complementary Color

#ccf95e #8b5ef9

#ccf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf95e Color CSS Codes

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

#ccf95e Text Font Color

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

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


#ccf95e Background Color

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

This div background color is #ccf95e


#ccf95e Border Color

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

This div border color is #ccf95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf95e


Comments

No comments written yet.

Please login to write comment.