Color Hex Logo

#dafcbb Color Hex

#DAFCBB
(218,252,187)
0 Favorites   0 Comments

Color spaces of #dafcbb

RGB 218252187
HSL0.250.920.86
HSV91°26°99°
CMYK 0.130.000.26   0.01
XYZ72.693588.114160.1901
Yxy88.11410.32890.3987
Hunter Lab93.8691-26.038127.6909
CIE-Lab95.2090-22.096927.5981

#dafcbb color RGB value is (218,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10111011
Octal 332 374 273
Decimal 218 252 187
Hex DA FC BB

RGB Percentages of Color #dafcbb

%33.18
%38.36
%28.46

CMYK Percentages of Color #dafcbb

%13
%0
%26
%1

Triadic Colors of #dafcbb

#dafcbb #bbdafc #fcbbda

Analogous Colors of #dafcbb

#dafcbb #bbfcbd #fbfcbb

Monochromatic Colors of #dafcbb

#dafcbb

Complementary Color

#dafcbb #ddbbfc

#dafcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcbb Color CSS Codes

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

#dafcbb Text Font Color

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

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


#dafcbb Background Color

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

This div background color is #dafcbb


#dafcbb Border Color

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

This div border color is #dafcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcbb

Related Colors


Comments

No comments written yet.

Please login to write comment.