Color Hex Logo

#ebfcba Color Hex

#EBFCBA
(235,252,186)
0 Favorites   0 Comments

Color spaces of #ebfcba

RGB 235252186
HSL0.210.920.86
HSV75°26°99°
CMYK 0.070.000.26   0.01
XYZ77.934390.828159.8784
Yxy90.82810.34090.3973
Hunter Lab95.3038-20.813929.4613
CIE-Lab96.3392-16.234229.8307

#ebfcba color RGB value is (235,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 10111010
Octal 353 374 272
Decimal 235 252 186
Hex EB FC BA

RGB Percentages of Color #ebfcba

%34.92
%37.44
%27.64

CMYK Percentages of Color #ebfcba

%7
%0
%26
%1

Triadic Colors of #ebfcba

#ebfcba #baebfc #fcbaeb

Analogous Colors of #ebfcba

#ebfcba #cafcba #fcecba

Monochromatic Colors of #ebfcba

#ebfcba

Complementary Color

#ebfcba #cbbafc

#ebfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcba Color CSS Codes

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

#ebfcba Text Font Color

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

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


#ebfcba Background Color

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

This div background color is #ebfcba


#ebfcba Border Color

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

This div border color is #ebfcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcba


Comments

No comments written yet.

Please login to write comment.