Color Hex Logo

#dcf3be Color Hex

#DCF3BE
(220,243,190)
0 Favorites   0 Comments

Color spaces of #dcf3be

RGB 220243190
HSL0.240.690.85
HSV86°22°95°
CMYK 0.090.000.22   0.05
XYZ70.860183.034561.0077
Yxy83.03450.32970.3864
Hunter Lab91.1233-20.658924.0912
CIE-Lab93.0295-16.579723.1006

#dcf3be color RGB value is (220,243,190).

#dcf3be hex color red value is 220, green value is 243 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dcf3be hue: 0.24 , saturation: 0.69 and the lightness value of dcf3be is 0.85.

The process color (four color CMYK) of #dcf3be color hex is 0.09, 0.00, 0.22, 0.05. Web safe color of #dcf3be is #ccffcc. Color #dcf3be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10111110
Octal 334 363 276
Decimal 220 243 190
Hex DC F3 BE

RGB Percentages of Color #dcf3be

%33.69
%37.21
%29.10

CMYK Percentages of Color #dcf3be

%9
%0
%22
%5

Triadic Colors of #dcf3be

#dcf3be #bedcf3 #f3bedc

Analogous Colors of #dcf3be

#dcf3be #c2f3be #f3f0be

Monochromatic Colors of #dcf3be

#dcf3be

Complementary Color

#dcf3be #d5bef3

#dcf3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3be Color CSS Codes

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

#dcf3be Text Font Color

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

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


#dcf3be Background Color

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

This div background color is #dcf3be


#dcf3be Border Color

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

This div border color is #dcf3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3be


Comments

No comments written yet.

Please login to write comment.