Color Hex Logo

#defcb0 Color Hex

#DEFCB0
(222,252,176)
0 Favorites   0 Comments

Color spaces of #defcb0

RGB 222252176
HSL0.230.930.84
HSV84°30°99°
CMYK 0.120.000.30   0.01
XYZ72.771188.285054.2796
Yxy88.28500.33790.4100
Hunter Lab93.9601-26.183831.5210
CIE-Lab95.2808-22.243933.2809

#defcb0 color RGB value is (222,252,176).

#defcb0 hex color red value is 222, green value is 252 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #defcb0 hue: 0.23 , saturation: 0.93 and the lightness value of defcb0 is 0.84.

The process color (four color CMYK) of #defcb0 color hex is 0.12, 0.00, 0.30, 0.01. Web safe color of #defcb0 is #ccff99. Color #defcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 10110000
Octal 336 374 260
Decimal 222 252 176
Hex DE FC B0

RGB Percentages of Color #defcb0

%34.15
%38.77
%27.08

CMYK Percentages of Color #defcb0

%12
%0
%30
%1

Triadic Colors of #defcb0

#defcb0 #b0defc #fcb0de

Analogous Colors of #defcb0

#defcb0 #b8fcb0 #fcf4b0

Monochromatic Colors of #defcb0

#defcb0

Complementary Color

#defcb0 #ceb0fc

#defcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defcb0 Color CSS Codes

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

#defcb0 Text Font Color

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

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


#defcb0 Background Color

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

This div background color is #defcb0


#defcb0 Border Color

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

This div border color is #defcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defcb0


Comments

No comments written yet.

Please login to write comment.