Color Hex Logo

#e0fcba Color Hex

#E0FCBA
(224,252,186)
0 Favorites   0 Comments

Color spaces of #e0fcba

RGB 224252186
HSL0.240.920.86
HSV85°26°99°
CMYK 0.110.000.26   0.01
XYZ74.413889.013359.7136
Yxy89.01330.33350.3989
Hunter Lab94.3469-24.319528.5172
CIE-Lab95.5860-20.143028.6824

#e0fcba color RGB value is (224,252,186).

#e0fcba hex color red value is 224, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e0fcba hue: 0.24 , saturation: 0.92 and the lightness value of e0fcba is 0.86.

The process color (four color CMYK) of #e0fcba color hex is 0.11, 0.00, 0.26, 0.01. Web safe color of #e0fcba is #ccffcc. Color #e0fcba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111100 10111010
Octal 340 374 272
Decimal 224 252 186
Hex E0 FC BA

RGB Percentages of Color #e0fcba

%33.84
%38.07
%28.10

CMYK Percentages of Color #e0fcba

%11
%0
%26
%1

Triadic Colors of #e0fcba

#e0fcba #bae0fc #fcbae0

Analogous Colors of #e0fcba

#e0fcba #bffcba #fcf7ba

Monochromatic Colors of #e0fcba

#e0fcba

Complementary Color

#e0fcba #d6bafc

#e0fcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fcba Color CSS Codes

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

#e0fcba Text Font Color

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

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


#e0fcba Background Color

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

This div background color is #e0fcba


#e0fcba Border Color

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

This div border color is #e0fcba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,252,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0fcba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0fcba;
  -webkit-box-shadow: 1px 1px 3px 2px #e0fcba;
  box-shadow:         1px 1px 3px 2px #e0fcba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,252,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fcba


Comments

No comments written yet.

Please login to write comment.