Color Hex Logo

#cfe442 Color Hex

#CFE442
(207,228,66)
0 Favorites   0 Comments

Color spaces of #cfe442

RGB 20722866
HSL0.190.750.58
HSV68°71°89°
CMYK 0.090.000.71   0.11
XYZ54.458969.145615.6304
Yxy69.14560.39110.4966
Hunter Lab83.1538-28.616447.0630
CIE-Lab86.5761-26.852872.1344

#cfe442 color RGB value is (207,228,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01000010
Octal 317 344 102
Decimal 207 228 66
Hex CF E4 42

RGB Percentages of Color #cfe442

%41.32
%45.51
%13.17

CMYK Percentages of Color #cfe442

%9
%0
%71
%11

Triadic Colors of #cfe442

#cfe442 #42cfe4 #e442cf

Analogous Colors of #cfe442

#cfe442 #7ee442 #e4a842

Monochromatic Colors of #cfe442

#cfe442

Complementary Color

#cfe442 #5742e4

#cfe442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe442 Color CSS Codes

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

#cfe442 Text Font Color

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

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


#cfe442 Background Color

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

This div background color is #cfe442


#cfe442 Border Color

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

This div border color is #cfe442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe442


Comments

No comments written yet.

Please login to write comment.