Color Hex Logo

#dcfaeb Color Hex

#DCFAEB
(220,250,235)
0 Favorites   0 Comments

Color spaces of #dcfaeb

RGB 220250235
HSL0.420.750.92
HSV150°12°98°
CMYK 0.120.000.06   0.02
XYZ78.696289.585091.7412
Yxy89.58500.30270.3445
Hunter Lab94.6494-17.22268.7863
CIE-Lab95.8244-12.49493.9008

#dcfaeb color RGB value is (220,250,235).

#dcfaeb hex color red value is 220, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcfaeb hue: 0.42 , saturation: 0.75 and the lightness value of dcfaeb is 0.92.

The process color (four color CMYK) of #dcfaeb color hex is 0.12, 0.00, 0.06, 0.02. Web safe color of #dcfaeb is #ccffff. Color #dcfaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11101011
Octal 334 372 353
Decimal 220 250 235
Hex DC FA EB

RGB Percentages of Color #dcfaeb

%31.21
%35.46
%33.33

CMYK Percentages of Color #dcfaeb

%12
%0
%6
%2

Triadic Colors of #dcfaeb

#dcfaeb #ebdcfa #faebdc

Analogous Colors of #dcfaeb

#dcfaeb #dcfafa #dcfadc

Monochromatic Colors of #dcfaeb

#dcfaeb

Complementary Color

#dcfaeb #fadceb

#dcfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaeb Color CSS Codes

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

#dcfaeb Text Font Color

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

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


#dcfaeb Background Color

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

This div background color is #dcfaeb


#dcfaeb Border Color

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

This div border color is #dcfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.