Color Hex Logo

#ebafbd Color Hex

#EBAFBD
(235,175,189)
0 Favorites   0 Comments

Color spaces of #ebafbd

RGB 235175189
HSL0.960.600.80
HSV346°26°92°
CMYK 0.000.260.20   0.08
XYZ58.776251.996255.0825
Yxy51.99620.35440.3135
Hunter Lab72.108419.30735.1851
CIE-Lab77.278623.91901.4644

#ebafbd color RGB value is (235,175,189).

#ebafbd hex color red value is 235, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebafbd hue: 0.96 , saturation: 0.60 and the lightness value of ebafbd is 0.80.

The process color (four color CMYK) of #ebafbd color hex is 0.00, 0.26, 0.20, 0.08. Web safe color of #ebafbd is #ff99cc. Color #ebafbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10111101
Octal 353 257 275
Decimal 235 175 189
Hex EB AF BD

RGB Percentages of Color #ebafbd

%39.23
%29.22
%31.55

CMYK Percentages of Color #ebafbd

%0
%26
%20
%8

Triadic Colors of #ebafbd

#ebafbd #bdebaf #afbdeb

Analogous Colors of #ebafbd

#ebafbd #ebbfaf #ebafdb

Monochromatic Colors of #ebafbd

#ebafbd

Complementary Color

#ebafbd #afebdd

#ebafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafbd Color CSS Codes

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

#ebafbd Text Font Color

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

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


#ebafbd Background Color

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

This div background color is #ebafbd


#ebafbd Border Color

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

This div border color is #ebafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafbd


Comments

No comments written yet.

Please login to write comment.