Color Hex Logo

#cff49d Color Hex

#CFF49D
(207,244,157)
0 Favorites   0 Comments

Color spaces of #cff49d

RGB 207244157
HSL0.240.800.79
HSV86°36°96°
CMYK 0.150.000.36   0.04
XYZ64.168680.401144.0352
Yxy80.40110.34020.4263
Hunter Lab89.6667-29.175833.6494
CIE-Lab91.8645-26.303638.0704

#cff49d color RGB value is (207,244,157).

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

The process color (four color CMYK) of #cff49d color hex is 0.15, 0.00, 0.36, 0.04. Web safe color of #cff49d is #ccff99. Color #cff49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110100 10011101
Octal 317 364 235
Decimal 207 244 157
Hex CF F4 9D

RGB Percentages of Color #cff49d

%34.05
%40.13
%25.82

CMYK Percentages of Color #cff49d

%15
%0
%36
%4

Triadic Colors of #cff49d

#cff49d #9dcff4 #f49dcf

Analogous Colors of #cff49d

#cff49d #a4f49d #f4ee9d

Monochromatic Colors of #cff49d

#cff49d

Complementary Color

#cff49d #c29df4

#cff49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff49d Color CSS Codes

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

#cff49d Text Font Color

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

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


#cff49d Background Color

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

This div background color is #cff49d


#cff49d Border Color

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

This div border color is #cff49d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,244,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff49d


Comments

No comments written yet.

Please login to write comment.