Color Hex Logo

#effcba Color Hex

#EFFCBA
(239,252,186)
0 Favorites   0 Comments

Color spaces of #effcba

RGB 239252186
HSL0.200.920.86
HSV72°26°99°
CMYK 0.050.000.26   0.01
XYZ79.269991.516759.9409
Yxy91.51670.34360.3966
Hunter Lab95.6644-19.503029.8154
CIE-Lab96.6224-14.796530.2619

#effcba color RGB value is (239,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 10111010
Octal 357 374 272
Decimal 239 252 186
Hex EF FC BA

RGB Percentages of Color #effcba

%35.30
%37.22
%27.47

CMYK Percentages of Color #effcba

%5
%0
%26
%1

Triadic Colors of #effcba

#effcba #baeffc #fcbaef

Analogous Colors of #effcba

#effcba #cefcba #fce8ba

Monochromatic Colors of #effcba

#effcba

Complementary Color

#effcba #c7bafc

#effcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcba Color CSS Codes

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

#effcba Text Font Color

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

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


#effcba Background Color

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

This div background color is #effcba


#effcba Border Color

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

This div border color is #effcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcba

Related Colors


Comments

No comments written yet.

Please login to write comment.