Color Hex Logo

#cfee7f Color Hex

#CFEE7F
(207,238,127)
0 Favorites   0 Comments

Color spaces of #cfee7f

RGB 207238127
HSL0.210.770.72
HSV77°47°93°
CMYK 0.130.000.47   0.07
XYZ60.137475.946831.5683
Yxy75.94680.35870.4530
Hunter Lab87.1475-29.331539.5260
CIE-Lab89.8346-26.938650.1022

#cfee7f color RGB value is (207,238,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101110 01111111
Octal 317 356 177
Decimal 207 238 127
Hex CF EE 7F

RGB Percentages of Color #cfee7f

%36.19
%41.61
%22.20

CMYK Percentages of Color #cfee7f

%13
%0
%47
%7

Triadic Colors of #cfee7f

#cfee7f #7fcfee #ee7fcf

Analogous Colors of #cfee7f

#cfee7f #98ee7f #eed67f

Monochromatic Colors of #cfee7f

#cfee7f

Complementary Color

#cfee7f #9e7fee

#cfee7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfee7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfee7f Color CSS Codes

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

#cfee7f Text Font Color

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

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


#cfee7f Background Color

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

This div background color is #cfee7f


#cfee7f Border Color

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

This div border color is #cfee7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfee7f


Comments

No comments written yet.

Please login to write comment.