Color Hex Logo

#cfe146 Color Hex

#CFE146
(207,225,70)
0 Favorites   0 Comments

Color spaces of #cfe146

RGB 20722570
HSL0.190.720.58
HSV67°69°88°
CMYK 0.080.000.69   0.12
XYZ53.762867.558016.0008
Yxy67.55800.39150.4920
Hunter Lab82.1937-27.082345.9935
CIE-Lab85.7850-25.219769.9497

#cfe146 color RGB value is (207,225,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01000110
Octal 317 341 106
Decimal 207 225 70
Hex CF E1 46

RGB Percentages of Color #cfe146

%41.24
%44.82
%13.94

CMYK Percentages of Color #cfe146

%8
%0
%69
%12

Triadic Colors of #cfe146

#cfe146 #46cfe1 #e146cf

Analogous Colors of #cfe146

#cfe146 #82e146 #e1a646

Monochromatic Colors of #cfe146

#cfe146

Complementary Color

#cfe146 #5846e1

#cfe146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe146 Color CSS Codes

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

#cfe146 Text Font Color

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

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


#cfe146 Background Color

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

This div background color is #cfe146


#cfe146 Border Color

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

This div border color is #cfe146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe146


Comments

No comments written yet.

Please login to write comment.