Color Hex Logo

#cfe21e Color Hex

#CFE21E
(207,226,30)
0 Favorites   0 Comments

Color spaces of #cfe21e

RGB 20722630
HSL0.180.770.50
HSV66°87°89°
CMYK 0.080.000.87   0.11
XYZ53.162867.751811.5037
Yxy67.75180.40150.5116
Hunter Lab82.3115-28.756749.3318
CIE-Lab85.8822-27.182881.1102

#cfe21e color RGB value is (207,226,30).

#cfe21e hex color red value is 207, green value is 226 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cfe21e hue: 0.18 , saturation: 0.77 and the lightness value of cfe21e is 0.50.

The process color (four color CMYK) of #cfe21e color hex is 0.08, 0.00, 0.87, 0.11. Web safe color of #cfe21e is #cccc33. Color #cfe21e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 00011110
Octal 317 342 36
Decimal 207 226 30
Hex CF E2 1E

RGB Percentages of Color #cfe21e

%44.71
%48.81
%6.48

CMYK Percentages of Color #cfe21e

%8
%0
%87
%11

Triadic Colors of #cfe21e

#cfe21e #1ecfe2 #e21ecf

Analogous Colors of #cfe21e

#cfe21e #6de21e #e2931e

Monochromatic Colors of #cfe21e

#cfe21e

Complementary Color

#cfe21e #311ee2

#cfe21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe21e Color CSS Codes

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

#cfe21e Text Font Color

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

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


#cfe21e Background Color

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

This div background color is #cfe21e


#cfe21e Border Color

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

This div border color is #cfe21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe21e


Comments

No comments written yet.

Please login to write comment.