Color Hex Logo

#cfe446 Color Hex

#CFE446
(207,228,70)
0 Favorites   0 Comments

Color spaces of #cfe446

RGB 20722870
HSL0.190.750.58
HSV68°69°89°
CMYK 0.090.000.69   0.11
XYZ54.581069.194416.2735
Yxy69.19440.38970.4941
Hunter Lab83.1832-28.447046.6290
CIE-Lab86.6002-26.646770.7591

#cfe446 color RGB value is (207,228,70).

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

The process color (four color CMYK) of #cfe446 color hex is 0.09, 0.00, 0.69, 0.11. Web safe color of #cfe446 is #cccc33. Color #cfe446 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01000110
Octal 317 344 106
Decimal 207 228 70
Hex CF E4 46

RGB Percentages of Color #cfe446

%40.99
%45.15
%13.86

CMYK Percentages of Color #cfe446

%9
%0
%69
%11

Triadic Colors of #cfe446

#cfe446 #46cfe4 #e446cf

Analogous Colors of #cfe446

#cfe446 #80e446 #e4aa46

Monochromatic Colors of #cfe446

#cfe446

Complementary Color

#cfe446 #5b46e4

#cfe446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe446 Color CSS Codes

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

#cfe446 Text Font Color

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

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


#cfe446 Background Color

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

This div background color is #cfe446


#cfe446 Border Color

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

This div border color is #cfe446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe446


Comments

No comments written yet.

Please login to write comment.