Color Hex Logo

#dafcb3 Color Hex

#DAFCB3
(218,252,179)
0 Favorites   0 Comments

Color spaces of #dafcb3

RGB 218252179
HSL0.240.920.85
HSV88°29°99°
CMYK 0.130.000.29   0.01
XYZ71.860587.780955.8038
Yxy87.78090.33350.4074
Hunter Lab93.6915-27.052230.2702
CIE-Lab95.0686-23.245231.4443

#dafcb3 color RGB value is (218,252,179).

#dafcb3 hex color red value is 218, green value is 252 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dafcb3 hue: 0.24 , saturation: 0.92 and the lightness value of dafcb3 is 0.85.

The process color (four color CMYK) of #dafcb3 color hex is 0.13, 0.00, 0.29, 0.01. Web safe color of #dafcb3 is #ccffcc. Color #dafcb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10110011
Octal 332 374 263
Decimal 218 252 179
Hex DA FC B3

RGB Percentages of Color #dafcb3

%33.59
%38.83
%27.58

CMYK Percentages of Color #dafcb3

%13
%0
%29
%1

Triadic Colors of #dafcb3

#dafcb3 #b3dafc #fcb3da

Analogous Colors of #dafcb3

#dafcb3 #b6fcb3 #fcfab3

Monochromatic Colors of #dafcb3

#dafcb3

Complementary Color

#dafcb3 #d5b3fc

#dafcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcb3 Color CSS Codes

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

#dafcb3 Text Font Color

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

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


#dafcb3 Background Color

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

This div background color is #dafcb3


#dafcb3 Border Color

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

This div border color is #dafcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcb3

Related Colors


Comments

No comments written yet.

Please login to write comment.