Color Hex Logo

#cfff5f Color Hex

#CFFF5F
(207,255,95)
0 Favorites   0 Comments

Color spaces of #cfff5f

RGB 20725595
HSL0.221.000.69
HSV78°63°100°
CMYK 0.190.000.63   0.00
XYZ63.557785.611624.0013
Yxy85.61160.36700.4944
Hunter Lab92.5265-39.307449.3888
CIE-Lab94.1460-37.534169.0918

#cfff5f color RGB value is (207,255,95).

#cfff5f hex color red value is 207, green value is 255 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cfff5f hue: 0.22 , saturation: 1.00 and the lightness value of cfff5f is 0.69.

The process color (four color CMYK) of #cfff5f color hex is 0.19, 0.00, 0.63, 0.00. Web safe color of #cfff5f is #ccff66. Color #cfff5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 01011111
Octal 317 377 137
Decimal 207 255 95
Hex CF FF 5F

RGB Percentages of Color #cfff5f

%37.16
%45.78
%17.06

CMYK Percentages of Color #cfff5f

%19
%0
%63
%0

Triadic Colors of #cfff5f

#cfff5f #5fcfff #ff5fcf

Analogous Colors of #cfff5f

#cfff5f #7fff5f #ffdf5f

Monochromatic Colors of #cfff5f

#cfff5f

Complementary Color

#cfff5f #8f5fff

#cfff5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfff5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfff5f Color CSS Codes

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

#cfff5f Text Font Color

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

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


#cfff5f Background Color

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

This div background color is #cfff5f


#cfff5f Border Color

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

This div border color is #cfff5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfff5f


Comments

No comments written yet.

Please login to write comment.