Color Hex Logo

#dcefe2 Color Hex

#DCEFE2
(220,239,226)
0 Favorites   0 Comments

Color spaces of #dcefe2

RGB 220239226
HSL0.390.370.90
HSV139°94°
CMYK 0.080.000.05   0.06
XYZ74.109282.439683.9580
Yxy82.43960.30810.3428
Hunter Lab90.7963-13.19928.7328
CIE-Lab92.7685-8.62854.1328

#dcefe2 color RGB value is (220,239,226).

#dcefe2 hex color red value is 220, green value is 239 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dcefe2 hue: 0.39 , saturation: 0.37 and the lightness value of dcefe2 is 0.90.

The process color (four color CMYK) of #dcefe2 color hex is 0.08, 0.00, 0.05, 0.06. Web safe color of #dcefe2 is #ccffcc. Color #dcefe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11100010
Octal 334 357 342
Decimal 220 239 226
Hex DC EF E2

RGB Percentages of Color #dcefe2

%32.12
%34.89
%32.99

CMYK Percentages of Color #dcefe2

%8
%0
%5
%6

Triadic Colors of #dcefe2

#dcefe2 #e2dcef #efe2dc

Analogous Colors of #dcefe2

#dcefe2 #dcefec #e0efdc

Monochromatic Colors of #dcefe2

#dcefe2

Complementary Color

#dcefe2 #efdce9

#dcefe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefe2 Color CSS Codes

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

#dcefe2 Text Font Color

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

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


#dcefe2 Background Color

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

This div background color is #dcefe2


#dcefe2 Border Color

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

This div border color is #dcefe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefe2


Comments

No comments written yet.

Please login to write comment.