Color Hex Logo

#cfe114 Color Hex

#CFE114
(207,225,20)
0 Favorites   0 Comments

Color spaces of #cfe114

RGB 20722520
HSL0.180.840.48
HSV65°91°88°
CMYK 0.080.000.91   0.12
XYZ52.783667.166310.8442
Yxy67.16630.40360.5135
Hunter Lab81.9550-28.457449.5233
CIE-Lab85.5879-26.896082.4452

#cfe114 color RGB value is (207,225,20).

#cfe114 hex color red value is 207, green value is 225 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cfe114 hue: 0.18 , saturation: 0.84 and the lightness value of cfe114 is 0.48.

The process color (four color CMYK) of #cfe114 color hex is 0.08, 0.00, 0.91, 0.12. Web safe color of #cfe114 is #cccc00. Color #cfe114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00010100
Octal 317 341 24
Decimal 207 225 20
Hex CF E1 14

RGB Percentages of Color #cfe114

%45.80
%49.78
%4.42

CMYK Percentages of Color #cfe114

%8
%0
%91
%12

Triadic Colors of #cfe114

#cfe114 #14cfe1 #e114cf

Analogous Colors of #cfe114

#cfe114 #69e114 #e18d14

Monochromatic Colors of #cfe114

#cfe114

Complementary Color

#cfe114 #2614e1

#cfe114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe114 Color CSS Codes

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

#cfe114 Text Font Color

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

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


#cfe114 Background Color

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

This div background color is #cfe114


#cfe114 Border Color

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

This div border color is #cfe114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe114


Comments

No comments written yet.

Please login to write comment.