Color Hex Logo

#dcf3cb Color Hex

#DCF3CB
(220,243,203)
0 Favorites   0 Comments

Color spaces of #dcf3cb

RGB 220243203
HSL0.260.630.87
HSV95°16°95°
CMYK 0.090.000.16   0.05
XYZ72.345383.628668.8288
Yxy83.62860.32180.3720
Hunter Lab91.4487-18.823319.3895
CIE-Lab93.2890-14.552216.7834

#dcf3cb color RGB value is (220,243,203).

#dcf3cb hex color red value is 220, green value is 243 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dcf3cb hue: 0.26 , saturation: 0.63 and the lightness value of dcf3cb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 11001011
Octal 334 363 313
Decimal 220 243 203
Hex DC F3 CB

RGB Percentages of Color #dcf3cb

%33.03
%36.49
%30.48

CMYK Percentages of Color #dcf3cb

%9
%0
%16
%5

Triadic Colors of #dcf3cb

#dcf3cb #cbdcf3 #f3cbdc

Analogous Colors of #dcf3cb

#dcf3cb #cbf3ce #f0f3cb

Monochromatic Colors of #dcf3cb

#dcf3cb

Complementary Color

#dcf3cb #e2cbf3

#dcf3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3cb Color CSS Codes

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

#dcf3cb Text Font Color

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

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


#dcf3cb Background Color

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

This div background color is #dcf3cb


#dcf3cb Border Color

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

This div border color is #dcf3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3cb


Comments

No comments written yet.

Please login to write comment.