Color Hex Logo

#ccfe9b Color Hex

#CCFE9B
(204,254,155)
0 Favorites   0 Comments

Color spaces of #ccfe9b

RGB 204254155
HSL0.250.980.80
HSV90°39°100°
CMYK 0.200.000.39   0.00
XYZ66.260086.087544.1346
Yxy86.08750.33720.4381
Hunter Lab92.7833-34.897536.7457
CIE-Lab94.3498-32.301342.2441

#ccfe9b color RGB value is (204,254,155).

#ccfe9b hex color red value is 204, green value is 254 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccfe9b hue: 0.25 , saturation: 0.98 and the lightness value of ccfe9b is 0.80.

The process color (four color CMYK) of #ccfe9b color hex is 0.20, 0.00, 0.39, 0.00. Web safe color of #ccfe9b is #ccff99. Color #ccfe9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 10011011
Octal 314 376 233
Decimal 204 254 155
Hex CC FE 9B

RGB Percentages of Color #ccfe9b

%33.28
%41.44
%25.29

CMYK Percentages of Color #ccfe9b

%20
%0
%39
%0

Triadic Colors of #ccfe9b

#ccfe9b #9bccfe #fe9bcc

Analogous Colors of #ccfe9b

#ccfe9b #9bfe9c #fefe9b

Monochromatic Colors of #ccfe9b

#ccfe9b

Complementary Color

#ccfe9b #cd9bfe

#ccfe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfe9b Color CSS Codes

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

#ccfe9b Text Font Color

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

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


#ccfe9b Background Color

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

This div background color is #ccfe9b


#ccfe9b Border Color

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

This div border color is #ccfe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfe9b

Related Colors


Comments

No comments written yet.

Please login to write comment.