Color Hex Logo

#dcefba Color Hex

#DCEFBA
(220,239,186)
0 Favorites   0 Comments

Color spaces of #dcefba

RGB 220239186
HSL0.230.620.83
HSV82°22°94°
CMYK 0.080.000.22   0.06
XYZ69.244680.493858.3417
Yxy80.49380.33280.3868
Hunter Lab89.7183-19.240824.2480
CIE-Lab91.9060-15.208623.6010

#dcefba color RGB value is (220,239,186).

#dcefba hex color red value is 220, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dcefba hue: 0.23 , saturation: 0.62 and the lightness value of dcefba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10111010
Octal 334 357 272
Decimal 220 239 186
Hex DC EF BA

RGB Percentages of Color #dcefba

%34.11
%37.05
%28.84

CMYK Percentages of Color #dcefba

%8
%0
%22
%6

Triadic Colors of #dcefba

#dcefba #badcef #efbadc

Analogous Colors of #dcefba

#dcefba #c2efba #efe8ba

Monochromatic Colors of #dcefba

#dcefba

Complementary Color

#dcefba #cdbaef

#dcefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefba Color CSS Codes

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

#dcefba Text Font Color

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

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


#dcefba Background Color

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

This div background color is #dcefba


#dcefba Border Color

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

This div border color is #dcefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefba


Comments

No comments written yet.

Please login to write comment.