Color Hex Logo

#efbede Color Hex

#EFBEDE
(239,190,222)
0 Favorites   0 Comments

Color spaces of #efbede

RGB 239190222
HSL0.890.600.84
HSV321°21°94°
CMYK 0.000.210.07   0.06
XYZ67.194960.451677.2340
Yxy60.45160.32800.2951
Hunter Lab77.750618.2025-4.4706
CIE-Lab82.083022.6479-9.2576

#efbede color RGB value is (239,190,222).

#efbede hex color red value is 239, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #efbede hue: 0.89 , saturation: 0.60 and the lightness value of efbede is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11011110
Octal 357 276 336
Decimal 239 190 222
Hex EF BE DE

RGB Percentages of Color #efbede

%36.71
%29.19
%34.10

CMYK Percentages of Color #efbede

%0
%21
%7
%6

Triadic Colors of #efbede

#efbede #deefbe #bedeef

Analogous Colors of #efbede

#efbede #efbec6 #e8beef

Monochromatic Colors of #efbede

#efbede

Complementary Color

#efbede #beefcf

#efbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbede Color CSS Codes

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

#efbede Text Font Color

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

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


#efbede Background Color

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

This div background color is #efbede


#efbede Border Color

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

This div border color is #efbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbede


Comments

No comments written yet.

Please login to write comment.