Color Hex Logo

#dfefeb Color Hex

#DFEFEB
(223,239,235)
0 Favorites   0 Comments

Color spaces of #dfefeb

RGB 223239235
HSL0.460.330.91
HSV165°94°
CMYK 0.070.000.02   0.06
XYZ76.293383.419190.6777
Yxy83.41910.30470.3332
Hunter Lab91.3341-10.72975.0699
CIE-Lab93.1976-6.00080.1047

#dfefeb color RGB value is (223,239,235).

#dfefeb hex color red value is 223, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfefeb hue: 0.46 , saturation: 0.33 and the lightness value of dfefeb is 0.91.

The process color (four color CMYK) of #dfefeb color hex is 0.07, 0.00, 0.02, 0.06. Web safe color of #dfefeb is #ccffff. Color #dfefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11101011
Octal 337 357 353
Decimal 223 239 235
Hex DF EF EB

RGB Percentages of Color #dfefeb

%31.99
%34.29
%33.72

CMYK Percentages of Color #dfefeb

%7
%0
%2
%6

Triadic Colors of #dfefeb

#dfefeb #ebdfef #efebdf

Analogous Colors of #dfefeb

#dfefeb #dfebef #dfefe3

Monochromatic Colors of #dfefeb

#dfefeb

Complementary Color

#dfefeb #efdfe3

#dfefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefeb Color CSS Codes

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

#dfefeb Text Font Color

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

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


#dfefeb Background Color

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

This div background color is #dfefeb


#dfefeb Border Color

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

This div border color is #dfefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefeb


Comments

No comments written yet.

Please login to write comment.