Color Hex Logo

#cfff4d Color Hex

#CFFF4D
(207,255,77)
0 Favorites   0 Comments

Color spaces of #cfff4d

RGB 20725577
HSL0.211.000.65
HSV76°70°100°
CMYK 0.190.000.70   0.00
XYZ62.831785.321220.1782
Yxy85.32120.37330.5069
Hunter Lab92.3695-40.227151.7067
CIE-Lab94.0214-38.667875.6659

#cfff4d color RGB value is (207,255,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111111 01001101
Octal 317 377 115
Decimal 207 255 77
Hex CF FF 4D

RGB Percentages of Color #cfff4d

%38.40
%47.31
%14.29

CMYK Percentages of Color #cfff4d

%19
%0
%70
%0

Triadic Colors of #cfff4d

#cfff4d #4dcfff #ff4dcf

Analogous Colors of #cfff4d

#cfff4d #76ff4d #ffd64d

Monochromatic Colors of #cfff4d

#cfff4d

Complementary Color

#cfff4d #7d4dff

#cfff4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfff4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfff4d Color CSS Codes

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

#cfff4d Text Font Color

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

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


#cfff4d Background Color

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

This div background color is #cfff4d


#cfff4d Border Color

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

This div border color is #cfff4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfff4d

Related Colors


Comments

No comments written yet.

Please login to write comment.