Color Hex Logo

#dafedb Color Hex

#DAFEDB
(218,254,219)
0 Favorites   0 Comments

Color spaces of #dafedb

RGB 218254219
HSL0.340.950.93
HSV122°14°100°
CMYK 0.140.000.14   0.00
XYZ77.141490.903580.4982
Yxy90.90350.31040.3657
Hunter Lab95.3433-22.428116.6819
CIE-Lab96.3703-17.960612.8974

#dafedb color RGB value is (218,254,219).

#dafedb hex color red value is 218, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dafedb hue: 0.34 , saturation: 0.95 and the lightness value of dafedb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11011011
Octal 332 376 333
Decimal 218 254 219
Hex DA FE DB

RGB Percentages of Color #dafedb

%31.55
%36.76
%31.69

CMYK Percentages of Color #dafedb

%14
%0
%14
%0

Triadic Colors of #dafedb

#dafedb #dbdafe #fedbda

Analogous Colors of #dafedb

#dafedb #dafeed #ebfeda

Monochromatic Colors of #dafedb

#dafedb

Complementary Color

#dafedb #fedafd

#dafedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafedb Color CSS Codes

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

#dafedb Text Font Color

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

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


#dafedb Background Color

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

This div background color is #dafedb


#dafedb Border Color

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

This div border color is #dafedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,254,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafedb


Comments

No comments written yet.

Please login to write comment.