Color Hex Logo

#cfe14f Color Hex

#CFE14F
(207,225,79)
0 Favorites   0 Comments

Color spaces of #cfe14f

RGB 20722579
HSL0.190.710.60
HSV67°65°88°
CMYK 0.080.000.65   0.12
XYZ54.068667.680317.6110
Yxy67.68030.38800.4857
Hunter Lab82.2680-26.654444.8955
CIE-Lab85.8463-24.701866.6277

#cfe14f color RGB value is (207,225,79).

#cfe14f hex color red value is 207, green value is 225 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cfe14f hue: 0.19 , saturation: 0.71 and the lightness value of cfe14f is 0.60.

The process color (four color CMYK) of #cfe14f color hex is 0.08, 0.00, 0.65, 0.12. Web safe color of #cfe14f is #cccc66. Color #cfe14f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01001111
Octal 317 341 117
Decimal 207 225 79
Hex CF E1 4F

RGB Percentages of Color #cfe14f

%40.51
%44.03
%15.46

CMYK Percentages of Color #cfe14f

%8
%0
%65
%12

Triadic Colors of #cfe14f

#cfe14f #4fcfe1 #e14fcf

Analogous Colors of #cfe14f

#cfe14f #86e14f #e1aa4f

Monochromatic Colors of #cfe14f

#cfe14f

Complementary Color

#cfe14f #614fe1

#cfe14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe14f Color CSS Codes

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

#cfe14f Text Font Color

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

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


#cfe14f Background Color

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

This div background color is #cfe14f


#cfe14f Border Color

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

This div border color is #cfe14f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,225,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 #cfe14f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe14f


Comments

No comments written yet.

Please login to write comment.