Color Hex Logo

#edfbc3 Color Hex

#EDFBC3
(237,251,195)
0 Favorites   0 Comments

Color spaces of #edfbc3

RGB 237251195
HSL0.210.880.87
HSV75°22°98°
CMYK 0.060.000.22   0.02
XYZ79.272690.939065.0046
Yxy90.93900.33700.3866
Hunter Lab95.3619-18.499726.3376
CIE-Lab96.3849-13.767625.3609

#edfbc3 color RGB value is (237,251,195).

#edfbc3 hex color red value is 237, green value is 251 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #edfbc3 hue: 0.21 , saturation: 0.88 and the lightness value of edfbc3 is 0.87.

The process color (four color CMYK) of #edfbc3 color hex is 0.06, 0.00, 0.22, 0.02. Web safe color of #edfbc3 is #ffffcc. Color #edfbc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11000011
Octal 355 373 303
Decimal 237 251 195
Hex ED FB C3

RGB Percentages of Color #edfbc3

%34.70
%36.75
%28.55

CMYK Percentages of Color #edfbc3

%6
%0
%22
%2

Triadic Colors of #edfbc3

#edfbc3 #c3edfb #fbc3ed

Analogous Colors of #edfbc3

#edfbc3 #d1fbc3 #fbedc3

Monochromatic Colors of #edfbc3

#edfbc3

Complementary Color

#edfbc3 #d1c3fb

#edfbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbc3 Color CSS Codes

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

#edfbc3 Text Font Color

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

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


#edfbc3 Background Color

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

This div background color is #edfbc3


#edfbc3 Border Color

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

This div border color is #edfbc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,251,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edfbc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edfbc3;
  -webkit-box-shadow: 1px 1px 3px 2px #edfbc3;
  box-shadow:         1px 1px 3px 2px #edfbc3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,251,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbc3


Comments

No comments written yet.

Please login to write comment.