Color Hex Logo

#cfe141 Color Hex

#CFE141
(207,225,65)
0 Favorites   0 Comments

Color spaces of #cfe141

RGB 20722565
HSL0.190.730.57
HSV67°71°88°
CMYK 0.080.000.71   0.12
XYZ53.611567.497515.2037
Yxy67.49750.39330.4952
Hunter Lab82.1569-27.294246.5378
CIE-Lab85.7546-25.477071.6797

#cfe141 color RGB value is (207,225,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01000001
Octal 317 341 101
Decimal 207 225 65
Hex CF E1 41

RGB Percentages of Color #cfe141

%41.65
%45.27
%13.08

CMYK Percentages of Color #cfe141

%8
%0
%71
%12

Triadic Colors of #cfe141

#cfe141 #41cfe1 #e141cf

Analogous Colors of #cfe141

#cfe141 #7fe141 #e1a341

Monochromatic Colors of #cfe141

#cfe141

Complementary Color

#cfe141 #5341e1

#cfe141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe141 Color CSS Codes

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

#cfe141 Text Font Color

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

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


#cfe141 Background Color

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

This div background color is #cfe141


#cfe141 Border Color

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

This div border color is #cfe141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe141


Comments

No comments written yet.

Please login to write comment.