Color Hex Logo

#cfe120 Color Hex

#CFE120
(207,225,32)
0 Favorites   0 Comments

Color spaces of #cfe120

RGB 20722532
HSL0.180.760.50
HSV66°86°88°
CMYK 0.080.000.86   0.12
XYZ52.918167.220111.5522
Yxy67.22010.40180.5104
Hunter Lab81.9879-28.268049.0375
CIE-Lab85.6150-26.664180.5168

#cfe120 color RGB value is (207,225,32).

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

The process color (four color CMYK) of #cfe120 color hex is 0.08, 0.00, 0.86, 0.12. Web safe color of #cfe120 is #cccc33. Color #cfe120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 00100000
Octal 317 341 40
Decimal 207 225 32
Hex CF E1 20

RGB Percentages of Color #cfe120

%44.61
%48.49
%6.90

CMYK Percentages of Color #cfe120

%8
%0
%86
%12

Triadic Colors of #cfe120

#cfe120 #20cfe1 #e120cf

Analogous Colors of #cfe120

#cfe120 #6fe120 #e19320

Monochromatic Colors of #cfe120

#cfe120

Complementary Color

#cfe120 #3220e1

#cfe120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe120 Color CSS Codes

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

#cfe120 Text Font Color

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

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


#cfe120 Background Color

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

This div background color is #cfe120


#cfe120 Border Color

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

This div border color is #cfe120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe120


Comments

No comments written yet.

Please login to write comment.