Color Hex Logo

#dfb8ef Color Hex

#DFB8EF
(223,184,239)
0 Favorites   0 Comments

Color spaces of #dfb8ef

RGB 223184239
HSL0.780.630.83
HSV283°23°94°
CMYK 0.070.230.00   0.06
XYZ63.151956.200989.1808
Yxy56.20090.30280.2695
Hunter Lab74.967319.1745-18.0541
CIE-Lab79.728023.6800-22.0775

#dfb8ef color RGB value is (223,184,239).

#dfb8ef hex color red value is 223, green value is 184 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfb8ef hue: 0.78 , saturation: 0.63 and the lightness value of dfb8ef is 0.83.

The process color (four color CMYK) of #dfb8ef color hex is 0.07, 0.23, 0.00, 0.06. Web safe color of #dfb8ef is #ccccff. Color #dfb8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 11101111
Octal 337 270 357
Decimal 223 184 239
Hex DF B8 EF

RGB Percentages of Color #dfb8ef

%34.52
%28.48
%37.00

CMYK Percentages of Color #dfb8ef

%7
%23
%0
%6

Triadic Colors of #dfb8ef

#dfb8ef #efdfb8 #b8efdf

Analogous Colors of #dfb8ef

#dfb8ef #efb8e4 #c4b8ef

Monochromatic Colors of #dfb8ef

#dfb8ef

Complementary Color

#dfb8ef #c8efb8

#dfb8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb8ef Color CSS Codes

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

#dfb8ef Text Font Color

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

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


#dfb8ef Background Color

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

This div background color is #dfb8ef


#dfb8ef Border Color

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

This div border color is #dfb8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb8ef


Comments

No comments written yet.

Please login to write comment.