Color Hex Logo

#cfff4f Color Hex

#CFFF4F
(207,255,79)
0 Favorites   0 Comments

Color spaces of #cfff4f

RGB 20725579
HSL0.211.000.65
HSV76°69°100°
CMYK 0.190.000.69   0.00
XYZ62.903485.349920.5560
Yxy85.34990.37260.5056
Hunter Lab92.3850-40.136151.4773
CIE-Lab94.0337-38.555474.9799

#cfff4f color RGB value is (207,255,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 01001111
Octal 317 377 117
Decimal 207 255 79
Hex CF FF 4F

RGB Percentages of Color #cfff4f

%38.26
%47.13
%14.60

CMYK Percentages of Color #cfff4f

%19
%0
%69
%0

Triadic Colors of #cfff4f

#cfff4f #4fcfff #ff4fcf

Analogous Colors of #cfff4f

#cfff4f #77ff4f #ffd74f

Monochromatic Colors of #cfff4f

#cfff4f

Complementary Color

#cfff4f #7f4fff

#cfff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfff4f Color CSS Codes

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

#cfff4f Text Font Color

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

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


#cfff4f Background Color

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

This div background color is #cfff4f


#cfff4f Border Color

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

This div border color is #cfff4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfff4f

Related Colors


Comments

No comments written yet.

Please login to write comment.