Color Hex Logo

#daebeb Color Hex

#DAEBEB
(218,235,235)
1 Favorites   0 Comments

Color spaces of #daebeb

RGB 218235235
HSL0.500.300.89
HSV180°92°
CMYK 0.070.000.00   0.08
XYZ73.617280.320290.2206
Yxy80.32020.30150.3290
Hunter Lab89.6215-10.21373.0488
CIE-Lab91.8283-5.5966-1.9394

#daebeb color RGB value is (218,235,235).

#daebeb hex color red value is 218, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daebeb hue: 0.50 , saturation: 0.30 and the lightness value of daebeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11101011
Octal 332 353 353
Decimal 218 235 235
Hex DA EB EB

RGB Percentages of Color #daebeb

%31.69
%34.16
%34.16

CMYK Percentages of Color #daebeb

%7
%0
%0
%8

Triadic Colors of #daebeb

#daebeb #ebdaeb #ebebda

Analogous Colors of #daebeb

#daebeb #dae3eb #daebe3

Monochromatic Colors of #daebeb

#daebeb

Complementary Color

#daebeb #ebdada

#daebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebeb Color CSS Codes

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

#daebeb Text Font Color

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

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


#daebeb Background Color

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

This div background color is #daebeb


#daebeb Border Color

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

This div border color is #daebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebeb


Comments

No comments written yet.

Please login to write comment.