Color Hex Logo

#ccfb9e Color Hex

#CCFB9E
(204,251,158)
0 Favorites   0 Comments

Color spaces of #ccfb9e

RGB 204251158
HSL0.250.920.80
HSV90°37°98°
CMYK 0.190.000.37   0.02
XYZ65.570684.300445.1634
Yxy84.30040.33620.4322
Hunter Lab91.8152-33.199535.1063
CIE-Lab93.5808-30.529939.7771

#ccfb9e color RGB value is (204,251,158).

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

The process color (four color CMYK) of #ccfb9e color hex is 0.19, 0.00, 0.37, 0.02. Web safe color of #ccfb9e is #ccff99. Color #ccfb9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 10011110
Octal 314 373 236
Decimal 204 251 158
Hex CC FB 9E

RGB Percentages of Color #ccfb9e

%33.28
%40.95
%25.77

CMYK Percentages of Color #ccfb9e

%19
%0
%37
%2

Triadic Colors of #ccfb9e

#ccfb9e #9eccfb #fb9ecc

Analogous Colors of #ccfb9e

#ccfb9e #9efb9f #fbfb9e

Monochromatic Colors of #ccfb9e

#ccfb9e

Complementary Color

#ccfb9e #cd9efb

#ccfb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb9e Color CSS Codes

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

#ccfb9e Text Font Color

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

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


#ccfb9e Background Color

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

This div background color is #ccfb9e


#ccfb9e Border Color

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

This div border color is #ccfb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb9e


Comments

No comments written yet.

Please login to write comment.