Color Hex Logo

#dafeeb Color Hex

#DAFEEB
(218,254,235)
0 Favorites   0 Comments

Color spaces of #dafeeb

RGB 218254235
HSL0.410.950.93
HSV148°14°100°
CMYK 0.140.000.07   0.00
XYZ79.350691.787292.1317
Yxy91.78720.30140.3486
Hunter Lab95.8056-19.818010.0476
CIE-Lab96.7333-15.11475.2003

#dafeeb color RGB value is (218,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11101011
Octal 332 376 353
Decimal 218 254 235
Hex DA FE EB

RGB Percentages of Color #dafeeb

%30.83
%35.93
%33.24

CMYK Percentages of Color #dafeeb

%14
%0
%7
%0

Triadic Colors of #dafeeb

#dafeeb #ebdafe #feebda

Analogous Colors of #dafeeb

#dafeeb #dafefd #dbfeda

Monochromatic Colors of #dafeeb

#dafeeb

Complementary Color

#dafeeb #fedaed

#dafeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeeb Color CSS Codes

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

#dafeeb Text Font Color

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

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


#dafeeb Background Color

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

This div background color is #dafeeb


#dafeeb Border Color

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

This div border color is #dafeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeeb


Comments

No comments written yet.

Please login to write comment.