Color Hex Logo

#ccf95f Color Hex

#CCF95F
(204,249,95)
0 Favorites   0 Comments

Color spaces of #ccf95f

RGB 20424995
HSL0.220.930.67
HSV78°62°98°
CMYK 0.180.000.62   0.02
XYZ60.843181.415023.3344
Yxy81.41500.36740.4917
Hunter Lab90.2303-37.538847.8282
CIE-Lab92.3160-35.961867.0661

#ccf95f color RGB value is (204,249,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 01011111
Octal 314 371 137
Decimal 204 249 95
Hex CC F9 5F

RGB Percentages of Color #ccf95f

%37.23
%45.44
%17.34

CMYK Percentages of Color #ccf95f

%18
%0
%62
%2

Triadic Colors of #ccf95f

#ccf95f #5fccf9 #f95fcc

Analogous Colors of #ccf95f

#ccf95f #7ff95f #f9d95f

Monochromatic Colors of #ccf95f

#ccf95f

Complementary Color

#ccf95f #8c5ff9

#ccf95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf95f Color CSS Codes

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

#ccf95f Text Font Color

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

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


#ccf95f Background Color

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

This div background color is #ccf95f


#ccf95f Border Color

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

This div border color is #ccf95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf95f


Comments

No comments written yet.

Please login to write comment.