Color Hex Logo

#e2fcbd Color Hex

#E2FCBD
(226,252,189)
0 Favorites   0 Comments

Color spaces of #e2fcbd

RGB 226252189
HSL0.240.910.86
HSV85°25°99°
CMYK 0.100.000.25   0.01
XYZ75.359789.463761.4404
Yxy89.46370.33310.3954
Hunter Lab94.5853-23.306427.6963
CIE-Lab95.7739-19.008527.4433

#e2fcbd color RGB value is (226,252,189).

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

The process color (four color CMYK) of #e2fcbd color hex is 0.10, 0.00, 0.25, 0.01. Web safe color of #e2fcbd is #ccffcc. Color #e2fcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 10111101
Octal 342 374 275
Decimal 226 252 189
Hex E2 FC BD

RGB Percentages of Color #e2fcbd

%33.88
%37.78
%28.34

CMYK Percentages of Color #e2fcbd

%10
%0
%25
%1

Triadic Colors of #e2fcbd

#e2fcbd #bde2fc #fcbde2

Analogous Colors of #e2fcbd

#e2fcbd #c3fcbd #fcf7bd

Monochromatic Colors of #e2fcbd

#e2fcbd

Complementary Color

#e2fcbd #d7bdfc

#e2fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcbd Color CSS Codes

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

#e2fcbd Text Font Color

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

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


#e2fcbd Background Color

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

This div background color is #e2fcbd


#e2fcbd Border Color

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

This div border color is #e2fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcbd


Comments

No comments written yet.

Please login to write comment.