Color Hex Logo

#dafeba Color Hex

#DAFEBA
(218,254,186)
0 Favorites   0 Comments

Color spaces of #dafeba

RGB 218254186
HSL0.250.970.86
HSV92°27°100°
CMYK 0.140.000.27   0.00
XYZ73.218289.334259.8386
Yxy89.33420.32920.4017
Hunter Lab94.5168-27.127828.6252
CIE-Lab95.7199-23.201728.7992

#dafeba color RGB value is (218,254,186).

#dafeba hex color red value is 218, green value is 254 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dafeba hue: 0.25 , saturation: 0.97 and the lightness value of dafeba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10111010
Octal 332 376 272
Decimal 218 254 186
Hex DA FE BA

RGB Percentages of Color #dafeba

%33.13
%38.60
%28.27

CMYK Percentages of Color #dafeba

%14
%0
%27
%0

Triadic Colors of #dafeba

#dafeba #badafe #febada

Analogous Colors of #dafeba

#dafeba #bafebc #fcfeba

Monochromatic Colors of #dafeba

#dafeba

Complementary Color

#dafeba #debafe

#dafeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeba Color CSS Codes

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

#dafeba Text Font Color

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

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


#dafeba Background Color

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

This div background color is #dafeba


#dafeba Border Color

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

This div border color is #dafeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeba

Related Colors


Comments

No comments written yet.

Please login to write comment.