Color Hex Logo

#dfefcb Color Hex

#DFEFCB
(223,239,203)
0 Favorites   0 Comments

Color spaces of #dfefcb

RGB 223239203
HSL0.240.530.87
HSV87°15°94°
CMYK 0.070.000.15   0.06
XYZ72.077481.732868.4770
Yxy81.73280.32430.3677
Hunter Lab90.4062-15.899618.3759
CIE-Lab92.4568-11.529515.6415

#dfefcb color RGB value is (223,239,203).

#dfefcb hex color red value is 223, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfefcb hue: 0.24 , saturation: 0.53 and the lightness value of dfefcb is 0.87.

The process color (four color CMYK) of #dfefcb color hex is 0.07, 0.00, 0.15, 0.06. Web safe color of #dfefcb is #ccffcc. Color #dfefcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11001011
Octal 337 357 313
Decimal 223 239 203
Hex DF EF CB

RGB Percentages of Color #dfefcb

%33.53
%35.94
%30.53

CMYK Percentages of Color #dfefcb

%7
%0
%15
%6

Triadic Colors of #dfefcb

#dfefcb #cbdfef #efcbdf

Analogous Colors of #dfefcb

#dfefcb #cdefcb #efedcb

Monochromatic Colors of #dfefcb

#dfefcb

Complementary Color

#dfefcb #dbcbef

#dfefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefcb Color CSS Codes

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

#dfefcb Text Font Color

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

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


#dfefcb Background Color

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

This div background color is #dfefcb


#dfefcb Border Color

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

This div border color is #dfefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefcb


Comments

No comments written yet.

Please login to write comment.