Color Hex Logo

#cfee7a Color Hex

#CFEE7A
(207,238,122)
0 Favorites   0 Comments

Color spaces of #cfee7a

RGB 207238122
HSL0.210.770.71
HSV76°49°93°
CMYK 0.130.000.49   0.07
XYZ59.819575.819629.8942
Yxy75.81960.36140.4580
Hunter Lab87.0745-29.752140.5968
CIE-Lab89.7755-27.441552.3829

#cfee7a color RGB value is (207,238,122).

#cfee7a hex color red value is 207, green value is 238 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfee7a hue: 0.21 , saturation: 0.77 and the lightness value of cfee7a is 0.71.

The process color (four color CMYK) of #cfee7a color hex is 0.13, 0.00, 0.49, 0.07. Web safe color of #cfee7a is #ccff66. Color #cfee7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 01111010
Octal 317 356 172
Decimal 207 238 122
Hex CF EE 7A

RGB Percentages of Color #cfee7a

%36.51
%41.98
%21.52

CMYK Percentages of Color #cfee7a

%13
%0
%49
%7

Triadic Colors of #cfee7a

#cfee7a #7acfee #ee7acf

Analogous Colors of #cfee7a

#cfee7a #95ee7a #eed37a

Monochromatic Colors of #cfee7a

#cfee7a

Complementary Color

#cfee7a #997aee

#cfee7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfee7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfee7a Color CSS Codes

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

#cfee7a Text Font Color

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

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


#cfee7a Background Color

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

This div background color is #cfee7a


#cfee7a Border Color

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

This div border color is #cfee7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfee7a


Comments

No comments written yet.

Please login to write comment.