Color Hex Logo

#efbdc8 Color Hex

#EFBDC8
(239,189,200)
0 Favorites   0 Comments

Color spaces of #efbdc8

RGB 239189200
HSL0.960.610.84
HSV347°21°94°
CMYK 0.000.210.16   0.06
XYZ64.219558.916062.6308
Yxy58.91600.34570.3172
Hunter Lab76.756815.01995.3512
CIE-Lab81.245419.58451.3337

#efbdc8 color RGB value is (239,189,200).

#efbdc8 hex color red value is 239, green value is 189 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #efbdc8 hue: 0.96 , saturation: 0.61 and the lightness value of efbdc8 is 0.84.

The process color (four color CMYK) of #efbdc8 color hex is 0.00, 0.21, 0.16, 0.06. Web safe color of #efbdc8 is #ffcccc. Color #efbdc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001000
Octal 357 275 310
Decimal 239 189 200
Hex EF BD C8

RGB Percentages of Color #efbdc8

%38.06
%30.10
%31.85

CMYK Percentages of Color #efbdc8

%0
%21
%16
%6

Triadic Colors of #efbdc8

#efbdc8 #c8efbd #bdc8ef

Analogous Colors of #efbdc8

#efbdc8 #efcbbd #efbde1

Monochromatic Colors of #efbdc8

#efbdc8

Complementary Color

#efbdc8 #bdefe4

#efbdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdc8 Color CSS Codes

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

#efbdc8 Text Font Color

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

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


#efbdc8 Background Color

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

This div background color is #efbdc8


#efbdc8 Border Color

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

This div border color is #efbdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdc8

#efbdc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.