Color Hex Logo

#cfe242 Color Hex

#CFE242
(207,226,66)
0 Favorites   0 Comments

Color spaces of #cfe242

RGB 20722666
HSL0.190.730.57
HSV67°71°89°
CMYK 0.080.000.71   0.11
XYZ53.911968.051515.4480
Yxy68.05150.39230.4952
Hunter Lab82.4933-27.708246.6425
CIE-Lab86.0322-25.903571.6056

#cfe242 color RGB value is (207,226,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 01000010
Octal 317 342 102
Decimal 207 226 66
Hex CF E2 42

RGB Percentages of Color #cfe242

%41.48
%45.29
%13.23

CMYK Percentages of Color #cfe242

%8
%0
%71
%11

Triadic Colors of #cfe242

#cfe242 #42cfe2 #e242cf

Analogous Colors of #cfe242

#cfe242 #7fe242 #e2a542

Monochromatic Colors of #cfe242

#cfe242

Complementary Color

#cfe242 #5542e2

#cfe242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe242 Color CSS Codes

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

#cfe242 Text Font Color

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

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


#cfe242 Background Color

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

This div background color is #cfe242


#cfe242 Border Color

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

This div border color is #cfe242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe242


Comments

No comments written yet.

Please login to write comment.