Color Hex Logo

#edbebc Color Hex

#EDBEBC
(237,190,188)
0 Favorites   0 Comments

Color spaces of #edbebc

RGB 237190188
HSL0.010.580.83
HSV21°93°
CMYK 0.000.200.21   0.07
XYZ62.415658.462355.5716
Yxy58.46230.35370.3313
Hunter Lab76.460611.905210.4305
CIE-Lab80.995116.51607.4020

#edbebc color RGB value is (237,190,188).

#edbebc hex color red value is 237, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #edbebc hue: 0.01 , saturation: 0.58 and the lightness value of edbebc is 0.83.

The process color (four color CMYK) of #edbebc color hex is 0.00, 0.20, 0.21, 0.07. Web safe color of #edbebc is #ffcccc. Color #edbebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10111100
Octal 355 276 274
Decimal 237 190 188
Hex ED BE BC

RGB Percentages of Color #edbebc

%38.54
%30.89
%30.57

CMYK Percentages of Color #edbebc

%0
%20
%21
%7

Triadic Colors of #edbebc

#edbebc #bcedbe #bebced

Analogous Colors of #edbebc

#edbebc #edd7bc #edbcd3

Monochromatic Colors of #edbebc

#edbebc

Complementary Color

#edbebc #bcebed

#edbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbebc Color CSS Codes

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

#edbebc Text Font Color

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

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


#edbebc Background Color

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

This div background color is #edbebc


#edbebc Border Color

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

This div border color is #edbebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,190,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbebc


Comments

No comments written yet.

Please login to write comment.