Color Hex Logo

#cff17f Color Hex

#CFF17F
(207,241,127)
0 Favorites   0 Comments

Color spaces of #cff17f

RGB 207241127
HSL0.220.800.72
HSV78°47°95°
CMYK 0.140.000.47   0.05
XYZ61.018277.708331.8619
Yxy77.70830.35770.4555
Hunter Lab88.1523-30.710540.2768
CIE-Lab90.6466-28.353151.0931

#cff17f color RGB value is (207,241,127).

#cff17f hex color red value is 207, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cff17f hue: 0.22 , saturation: 0.80 and the lightness value of cff17f is 0.72.

The process color (four color CMYK) of #cff17f color hex is 0.14, 0.00, 0.47, 0.05. Web safe color of #cff17f is #ccff66. Color #cff17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110001 01111111
Octal 317 361 177
Decimal 207 241 127
Hex CF F1 7F

RGB Percentages of Color #cff17f

%36.00
%41.91
%22.09

CMYK Percentages of Color #cff17f

%14
%0
%47
%5

Triadic Colors of #cff17f

#cff17f #7fcff1 #f17fcf

Analogous Colors of #cff17f

#cff17f #96f17f #f1da7f

Monochromatic Colors of #cff17f

#cff17f

Complementary Color

#cff17f #a17ff1

#cff17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff17f Color CSS Codes

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

#cff17f Text Font Color

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

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


#cff17f Background Color

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

This div background color is #cff17f


#cff17f Border Color

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

This div border color is #cff17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff17f


Comments

No comments written yet.

Please login to write comment.