Color Hex Logo

#daeccb Color Hex

#DAECCB
(218,236,203)
0 Favorites   0 Comments

Color spaces of #daeccb

RGB 218236203
HSL0.260.460.86
HSV93°14°93°
CMYK 0.080.000.14   0.07
XYZ69.688479.208168.1156
Yxy79.20810.32110.3650
Hunter Lab88.9989-15.978116.9215
CIE-Lab91.3284-11.759913.9980

#daeccb color RGB value is (218,236,203).

#daeccb hex color red value is 218, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #daeccb hue: 0.26 , saturation: 0.46 and the lightness value of daeccb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11001011
Octal 332 354 313
Decimal 218 236 203
Hex DA EC CB

RGB Percentages of Color #daeccb

%33.18
%35.92
%30.90

CMYK Percentages of Color #daeccb

%8
%0
%14
%7

Triadic Colors of #daeccb

#daeccb #cbdaec #eccbda

Analogous Colors of #daeccb

#daeccb #cbeccd #ebeccb

Monochromatic Colors of #daeccb

#daeccb

Complementary Color

#daeccb #ddcbec

#daeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeccb Color CSS Codes

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

#daeccb Text Font Color

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

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


#daeccb Background Color

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

This div background color is #daeccb


#daeccb Border Color

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

This div border color is #daeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeccb

#daeccb Color Palettes


Comments

No comments written yet.

Please login to write comment.