Color Hex Logo

#ccf49e Color Hex

#CCF49E
(204,244,158)
0 Favorites   0 Comments

Color spaces of #ccf49e

RGB 204244158
HSL0.240.800.79
HSV88°35°96°
CMYK 0.160.000.35   0.04
XYZ63.424180.007444.4479
Yxy80.00740.33760.4258
Hunter Lab89.4469-29.963033.1504
CIE-Lab91.6882-27.246437.3058

#ccf49e color RGB value is (204,244,158).

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

The process color (four color CMYK) of #ccf49e color hex is 0.16, 0.00, 0.35, 0.04. Web safe color of #ccf49e is #ccff99. Color #ccf49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10011110
Octal 314 364 236
Decimal 204 244 158
Hex CC F4 9E

RGB Percentages of Color #ccf49e

%33.66
%40.26
%26.07

CMYK Percentages of Color #ccf49e

%16
%0
%35
%4

Triadic Colors of #ccf49e

#ccf49e #9eccf4 #f49ecc

Analogous Colors of #ccf49e

#ccf49e #a1f49e #f4f19e

Monochromatic Colors of #ccf49e

#ccf49e

Complementary Color

#ccf49e #c69ef4

#ccf49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf49e Color CSS Codes

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

#ccf49e Text Font Color

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

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


#ccf49e Background Color

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

This div background color is #ccf49e


#ccf49e Border Color

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

This div border color is #ccf49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf49e


Comments

No comments written yet.

Please login to write comment.