Color Hex Logo

#effceb Color Hex

#EFFCEB
(239,252,235)
0 Favorites   0 Comments

Color spaces of #effceb

RGB 239252235
HSL0.290.740.95
HSV106°99°
CMYK 0.050.000.07   0.01
XYZ85.402493.969792.2340
Yxy93.96970.31440.3460
Hunter Lab96.9380-12.382911.4437
CIE-Lab97.6198-7.25906.6588

#effceb color RGB value is (239,252,235).

#effceb hex color red value is 239, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #effceb hue: 0.29 , saturation: 0.74 and the lightness value of effceb is 0.95.

The process color (four color CMYK) of #effceb color hex is 0.05, 0.00, 0.07, 0.01. Web safe color of #effceb is #ffffff. Color #effceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11101011
Octal 357 374 353
Decimal 239 252 235
Hex EF FC EB

RGB Percentages of Color #effceb

%32.92
%34.71
%32.37

CMYK Percentages of Color #effceb

%5
%0
%7
%1

Triadic Colors of #effceb

#effceb #ebeffc #fcebef

Analogous Colors of #effceb

#effceb #ebfcf0 #f8fceb

Monochromatic Colors of #effceb

#effceb

Complementary Color

#effceb #f8ebfc

#effceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effceb Color CSS Codes

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

#effceb Text Font Color

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

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


#effceb Background Color

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

This div background color is #effceb


#effceb Border Color

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

This div border color is #effceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effceb

Related Colors


Comments

No comments written yet.

Please login to write comment.