Color Hex Logo

#effcd5 Color Hex

#EFFCD5
(239,252,213)
0 Favorites   0 Comments

Color spaces of #effcd5

RGB 239252213
HSL0.220.870.91
HSV80°15°99°
CMYK 0.050.000.15   0.01
XYZ82.417292.775676.5144
Yxy92.77560.32740.3686
Hunter Lab96.3201-15.824920.3255
CIE-Lab97.1365-10.864217.2522

#effcd5 color RGB value is (239,252,213).

#effcd5 hex color red value is 239, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #effcd5 hue: 0.22 , saturation: 0.87 and the lightness value of effcd5 is 0.91.

The process color (four color CMYK) of #effcd5 color hex is 0.05, 0.00, 0.15, 0.01. Web safe color of #effcd5 is #ffffcc. Color #effcd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11010101
Octal 357 374 325
Decimal 239 252 213
Hex EF FC D5

RGB Percentages of Color #effcd5

%33.95
%35.80
%30.26

CMYK Percentages of Color #effcd5

%5
%0
%15
%1

Triadic Colors of #effcd5

#effcd5 #d5effc #fcd5ef

Analogous Colors of #effcd5

#effcd5 #dcfcd5 #fcf6d5

Monochromatic Colors of #effcd5

#effcd5

Complementary Color

#effcd5 #e2d5fc

#effcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcd5 Color CSS Codes

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

#effcd5 Text Font Color

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

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


#effcd5 Background Color

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

This div background color is #effcd5


#effcd5 Border Color

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

This div border color is #effcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcd5


Comments

No comments written yet.

Please login to write comment.