Color Hex Logo

#cfe30e Color Hex

#CFE30E
(207,227,14)
0 Favorites   0 Comments

Color spaces of #cfe30e

RGB 20722714
HSL0.180.880.47
HSV66°94°89°
CMYK 0.090.000.94   0.11
XYZ53.280568.235310.7780
Yxy68.23530.40270.5158
Hunter Lab82.6047-29.424650.0873
CIE-Lab86.1240-27.921283.5586

#cfe30e color RGB value is (207,227,14).

#cfe30e hex color red value is 207, green value is 227 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cfe30e hue: 0.18 , saturation: 0.88 and the lightness value of cfe30e is 0.47.

The process color (four color CMYK) of #cfe30e color hex is 0.09, 0.00, 0.94, 0.11. Web safe color of #cfe30e is #cccc00. Color #cfe30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 00001110
Octal 317 343 16
Decimal 207 227 14
Hex CF E3 E

RGB Percentages of Color #cfe30e

%46.21
%50.67
%3.13

CMYK Percentages of Color #cfe30e

%9
%0
%94
%11

Triadic Colors of #cfe30e

#cfe30e #0ecfe3 #e30ecf

Analogous Colors of #cfe30e

#cfe30e #65e30e #e38d0e

Monochromatic Colors of #cfe30e

#cfe30e

Complementary Color

#cfe30e #220ee3

#cfe30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe30e Color CSS Codes

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

#cfe30e Text Font Color

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

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


#cfe30e Background Color

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

This div background color is #cfe30e


#cfe30e Border Color

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

This div border color is #cfe30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe30e


Comments

No comments written yet.

Please login to write comment.