Color Hex Logo

#edebeb Color Hex

#EDEBEB
(237,235,235)
3 Favorites   0 Comments

Color spaces of #edebeb

RGB 237235235
HSL0.000.050.93
HSV93°
CMYK 0.000.010.01   0.07
XYZ79.628883.419390.5019
Yxy83.41930.31410.3290
Hunter Lab91.3342-4.21135.1842
CIE-Lab93.19770.67430.2266

#edebeb color RGB value is (237,235,235).

#edebeb hex color red value is 237, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edebeb hue: 0.00 , saturation: 0.05 and the lightness value of edebeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11101011
Octal 355 353 353
Decimal 237 235 235
Hex ED EB EB

RGB Percentages of Color #edebeb

%33.52
%33.24
%33.24

CMYK Percentages of Color #edebeb

%0
%1
%1
%7

Triadic Colors of #edebeb

#edebeb #ebedeb #ebebed

Analogous Colors of #edebeb

#edebeb #edeceb #edebec

Monochromatic Colors of #edebeb

#edebeb

Complementary Color

#edebeb #ebeded

#edebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebeb Color CSS Codes

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

#edebeb Text Font Color

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

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


#edebeb Background Color

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

This div background color is #edebeb


#edebeb Border Color

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

This div border color is #edebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebeb


Comments

No comments written yet.

Please login to write comment.