Color Hex Logo

#dcafeb Color Hex

#DCAFEB
(220,175,235)
0 Favorites   0 Comments

Color spaces of #dcafeb

RGB 220175235
HSL0.790.600.80
HSV285°26°92°
CMYK 0.060.260.00   0.08
XYZ59.840651.873785.4560
Yxy51.87370.30350.2631
Hunter Lab72.023422.2657-19.9314
CIE-Lab77.205326.7911-23.7848

#dcafeb color RGB value is (220,175,235).

#dcafeb hex color red value is 220, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcafeb hue: 0.79 , saturation: 0.60 and the lightness value of dcafeb is 0.80.

The process color (four color CMYK) of #dcafeb color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #dcafeb is #cc99ff. Color #dcafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 11101011
Octal 334 257 353
Decimal 220 175 235
Hex DC AF EB

RGB Percentages of Color #dcafeb

%34.92
%27.78
%37.30

CMYK Percentages of Color #dcafeb

%6
%26
%0
%8

Triadic Colors of #dcafeb

#dcafeb #ebdcaf #afebdc

Analogous Colors of #dcafeb

#dcafeb #ebafdc #beafeb

Monochromatic Colors of #dcafeb

#dcafeb

Complementary Color

#dcafeb #beebaf

#dcafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafeb Color CSS Codes

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

#dcafeb Text Font Color

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

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


#dcafeb Background Color

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

This div background color is #dcafeb


#dcafeb Border Color

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

This div border color is #dcafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafeb


Comments

No comments written yet.

Please login to write comment.