Color Hex Logo

#dafdcb Color Hex

#DAFDCB
(218,253,203)
0 Favorites   0 Comments

Color spaces of #dafdcb

RGB 218253203
HSL0.280.930.89
HSV102°20°99°
CMYK 0.140.000.20   0.01
XYZ74.818289.467869.8256
Yxy89.46780.31960.3822
Hunter Lab94.5874-24.335322.4426
CIE-Lab95.7756-20.127020.2460

#dafdcb color RGB value is (218,253,203).

#dafdcb hex color red value is 218, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dafdcb hue: 0.28 , saturation: 0.93 and the lightness value of dafdcb is 0.89.

The process color (four color CMYK) of #dafdcb color hex is 0.14, 0.00, 0.20, 0.01. Web safe color of #dafdcb is #ccffcc. Color #dafdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11001011
Octal 332 375 313
Decimal 218 253 203
Hex DA FD CB

RGB Percentages of Color #dafdcb

%32.34
%37.54
%30.12

CMYK Percentages of Color #dafdcb

%14
%0
%20
%1

Triadic Colors of #dafdcb

#dafdcb #cbdafd #fdcbda

Analogous Colors of #dafdcb

#dafdcb #cbfdd5 #f3fdcb

Monochromatic Colors of #dafdcb

#dafdcb

Complementary Color

#dafdcb #eecbfd

#dafdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdcb Color CSS Codes

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

#dafdcb Text Font Color

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

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


#dafdcb Background Color

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

This div background color is #dafdcb


#dafdcb Border Color

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

This div border color is #dafdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,253,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 #dafdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdcb


Comments

No comments written yet.

Please login to write comment.