Color Hex Logo

#cfe48f Color Hex

#CFE48F
(207,228,143)
0 Favorites   0 Comments

Color spaces of #cfe48f

RGB 207228143
HSL0.210.610.73
HSV75°37°89°
CMYK 0.090.000.37   0.11
XYZ58.433570.735436.5601
Yxy70.73540.35260.4268
Hunter Lab84.1043-23.165533.0997
CIE-Lab87.3563-20.349039.1906

#cfe48f color RGB value is (207,228,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 10001111
Octal 317 344 217
Decimal 207 228 143
Hex CF E4 8F

RGB Percentages of Color #cfe48f

%35.81
%39.45
%24.74

CMYK Percentages of Color #cfe48f

%9
%0
%37
%11

Triadic Colors of #cfe48f

#cfe48f #8fcfe4 #e48fcf

Analogous Colors of #cfe48f

#cfe48f #a5e48f #e4cf8f

Monochromatic Colors of #cfe48f

#cfe48f

Complementary Color

#cfe48f #a48fe4

#cfe48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe48f Color CSS Codes

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

#cfe48f Text Font Color

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

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


#cfe48f Background Color

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

This div background color is #cfe48f


#cfe48f Border Color

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

This div border color is #cfe48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe48f


Comments

No comments written yet.

Please login to write comment.