Color Hex Logo

#cfe38f Color Hex

#CFE38F
(207,227,143)
0 Favorites   0 Comments

Color spaces of #cfe38f

RGB 207227143
HSL0.210.600.73
HSV74°37°89°
CMYK 0.090.000.37   0.11
XYZ58.159170.186736.4687
Yxy70.18670.35290.4259
Hunter Lab83.7775-22.694332.8351
CIE-Lab87.0884-19.860638.8446

#cfe38f color RGB value is (207,227,143).

#cfe38f hex color red value is 207, green value is 227 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfe38f hue: 0.21 , saturation: 0.60 and the lightness value of cfe38f is 0.73.

The process color (four color CMYK) of #cfe38f color hex is 0.09, 0.00, 0.37, 0.11. Web safe color of #cfe38f is #cccc99. Color #cfe38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 10001111
Octal 317 343 217
Decimal 207 227 143
Hex CF E3 8F

RGB Percentages of Color #cfe38f

%35.88
%39.34
%24.78

CMYK Percentages of Color #cfe38f

%9
%0
%37
%11

Triadic Colors of #cfe38f

#cfe38f #8fcfe3 #e38fcf

Analogous Colors of #cfe38f

#cfe38f #a5e38f #e3cd8f

Monochromatic Colors of #cfe38f

#cfe38f

Complementary Color

#cfe38f #a38fe3

#cfe38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe38f Color CSS Codes

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

#cfe38f Text Font Color

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

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


#cfe38f Background Color

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

This div background color is #cfe38f


#cfe38f Border Color

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

This div border color is #cfe38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe38f


Comments

No comments written yet.

Please login to write comment.