Color Hex Logo

#ebeccf Color Hex

#EBECCF
(235,236,207)
0 Favorites   0 Comments

Color spaces of #ebeccf

RGB 235236207
HSL0.170.430.87
HSV62°12°93°
CMYK 0.000.000.12   0.07
XYZ75.518982.158170.9093
Yxy82.15810.33040.3594
Hunter Lab90.6411-9.902217.0657
CIE-Lab92.6446-5.194613.9601

#ebeccf color RGB value is (235,236,207).

#ebeccf hex color red value is 235, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebeccf hue: 0.17 , saturation: 0.43 and the lightness value of ebeccf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 11001111
Octal 353 354 317
Decimal 235 236 207
Hex EB EC CF

RGB Percentages of Color #ebeccf

%34.66
%34.81
%30.53

CMYK Percentages of Color #ebeccf

%0
%0
%12
%7

Triadic Colors of #ebeccf

#ebeccf #cfebec #eccfeb

Analogous Colors of #ebeccf

#ebeccf #ddeccf #ecdfcf

Monochromatic Colors of #ebeccf

#ebeccf

Complementary Color

#ebeccf #d0cfec

#ebeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeccf Color CSS Codes

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

#ebeccf Text Font Color

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

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


#ebeccf Background Color

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

This div background color is #ebeccf


#ebeccf Border Color

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

This div border color is #ebeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeccf

#ebeccf Color Palettes


Comments

No comments written yet.

Please login to write comment.