Color Hex Logo

#cffe14 Color Hex

#CFFE14
(207,254,20)
0 Favorites   0 Comments

Color spaces of #cffe14

RGB 20725420
HSL0.200.990.54
HSV72°92°100°
CMYK 0.190.000.92   0.00
XYZ61.300284.199513.6831
Yxy84.19950.38510.5289
Hunter Lab91.7603-41.334155.3910
CIE-Lab93.5371-40.148588.6792

#cffe14 color RGB value is (207,254,20).

#cffe14 hex color red value is 207, green value is 254 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cffe14 hue: 0.20 , saturation: 0.99 and the lightness value of cffe14 is 0.54.

The process color (four color CMYK) of #cffe14 color hex is 0.19, 0.00, 0.92, 0.00. Web safe color of #cffe14 is #ccff00. Color #cffe14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 00010100
Octal 317 376 24
Decimal 207 254 20
Hex CF FE 14

RGB Percentages of Color #cffe14

%43.04
%52.81
%4.16

CMYK Percentages of Color #cffe14

%19
%0
%92
%0

Triadic Colors of #cffe14

#cffe14 #14cffe #fe14cf

Analogous Colors of #cffe14

#cffe14 #5afe14 #feb814

Monochromatic Colors of #cffe14

#cffe14

Complementary Color

#cffe14 #4314fe

#cffe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffe14 Color CSS Codes

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

#cffe14 Text Font Color

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

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


#cffe14 Background Color

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

This div background color is #cffe14


#cffe14 Border Color

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

This div border color is #cffe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffe14

Related Colors


Comments

No comments written yet.

Please login to write comment.