Color Hex Logo

#dec5ef Color Hex

#DEC5EF
(222,197,239)
0 Favorites   0 Comments

Color spaces of #dec5ef

RGB 222197239
HSL0.770.570.85
HSV276°18°94°
CMYK 0.070.180.00   0.06
XYZ65.670461.694190.1083
Yxy61.69410.30200.2837
Hunter Lab78.545611.7855-13.0362
CIE-Lab82.750516.3767-17.5129

#dec5ef color RGB value is (222,197,239).

#dec5ef hex color red value is 222, green value is 197 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dec5ef hue: 0.77 , saturation: 0.57 and the lightness value of dec5ef is 0.85.

The process color (four color CMYK) of #dec5ef color hex is 0.07, 0.18, 0.00, 0.06. Web safe color of #dec5ef is #ccccff. Color #dec5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 11101111
Octal 336 305 357
Decimal 222 197 239
Hex DE C5 EF

RGB Percentages of Color #dec5ef

%33.74
%29.94
%36.32

CMYK Percentages of Color #dec5ef

%7
%18
%0
%6

Triadic Colors of #dec5ef

#dec5ef #efdec5 #c5efde

Analogous Colors of #dec5ef

#dec5ef #efc5eb #c9c5ef

Monochromatic Colors of #dec5ef

#dec5ef

Complementary Color

#dec5ef #d6efc5

#dec5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec5ef Color CSS Codes

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

#dec5ef Text Font Color

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

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


#dec5ef Background Color

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

This div background color is #dec5ef


#dec5ef Border Color

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

This div border color is #dec5ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,197,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dec5ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dec5ef;
  -webkit-box-shadow: 1px 1px 3px 2px #dec5ef;
  box-shadow:         1px 1px 3px 2px #dec5ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,197,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec5ef


Comments

No comments written yet.

Please login to write comment.