Color Hex Logo

#effcbd Color Hex

#EFFCBD
(239,252,189)
0 Favorites   0 Comments

Color spaces of #effcbd

RGB 239252189
HSL0.200.910.86
HSV72°25°99°
CMYK 0.050.000.25   0.01
XYZ79.592391.645761.6385
Yxy91.64570.34180.3935
Hunter Lab95.7318-19.124028.8374
CIE-Lab96.6753-14.387328.8201

#effcbd color RGB value is (239,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10111101
Octal 357 374 275
Decimal 239 252 189
Hex EF FC BD

RGB Percentages of Color #effcbd

%35.15
%37.06
%27.79

CMYK Percentages of Color #effcbd

%5
%0
%25
%1

Triadic Colors of #effcbd

#effcbd #bdeffc #fcbdef

Analogous Colors of #effcbd

#effcbd #d0fcbd #fceabd

Monochromatic Colors of #effcbd

#effcbd

Complementary Color

#effcbd #cabdfc

#effcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcbd Color CSS Codes

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

#effcbd Text Font Color

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

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


#effcbd Background Color

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

This div background color is #effcbd


#effcbd Border Color

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

This div border color is #effcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,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 #effcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.