Color Hex Logo

#cfe18f Color Hex

#CFE18F
(207,225,143)
0 Favorites   0 Comments

Color spaces of #cfe18f

RGB 207225143
HSL0.200.580.72
HSV73°36°88°
CMYK 0.080.000.36   0.12
XYZ57.615369.099036.2874
Yxy69.09900.35350.4239
Hunter Lab83.1258-21.750132.3059
CIE-Lab86.5530-18.880438.1522

#cfe18f color RGB value is (207,225,143).

#cfe18f hex color red value is 207, green value is 225 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfe18f hue: 0.20 , saturation: 0.58 and the lightness value of cfe18f is 0.72.

The process color (four color CMYK) of #cfe18f color hex is 0.08, 0.00, 0.36, 0.12. Web safe color of #cfe18f is #cccc99. Color #cfe18f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10001111
Octal 317 341 217
Decimal 207 225 143
Hex CF E1 8F

RGB Percentages of Color #cfe18f

%36.00
%39.13
%24.87

CMYK Percentages of Color #cfe18f

%8
%0
%36
%12

Triadic Colors of #cfe18f

#cfe18f #8fcfe1 #e18fcf

Analogous Colors of #cfe18f

#cfe18f #a6e18f #e1ca8f

Monochromatic Colors of #cfe18f

#cfe18f

Complementary Color

#cfe18f #a18fe1

#cfe18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe18f Color CSS Codes

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

#cfe18f Text Font Color

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

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


#cfe18f Background Color

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

This div background color is #cfe18f


#cfe18f Border Color

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

This div border color is #cfe18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe18f


Comments

No comments written yet.

Please login to write comment.