Color Hex Logo

#ddfcb8 Color Hex

#DDFCB8
(221,252,184)
0 Favorites   0 Comments

Color spaces of #ddfcb8

RGB 221252184
HSL0.240.920.85
HSV87°27°99°
CMYK 0.120.000.27   0.01
XYZ73.280988.453758.5583
Yxy88.45370.33270.4015
Hunter Lab94.0498-25.505228.9191
CIE-Lab95.3517-21.483629.3411

#ddfcb8 color RGB value is (221,252,184).

#ddfcb8 hex color red value is 221, green value is 252 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ddfcb8 hue: 0.24 , saturation: 0.92 and the lightness value of ddfcb8 is 0.85.

The process color (four color CMYK) of #ddfcb8 color hex is 0.12, 0.00, 0.27, 0.01. Web safe color of #ddfcb8 is #ccffcc. Color #ddfcb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10111000
Octal 335 374 270
Decimal 221 252 184
Hex DD FC B8

RGB Percentages of Color #ddfcb8

%33.64
%38.36
%28.01

CMYK Percentages of Color #ddfcb8

%12
%0
%27
%1

Triadic Colors of #ddfcb8

#ddfcb8 #b8ddfc #fcb8dd

Analogous Colors of #ddfcb8

#ddfcb8 #bbfcb8 #fcf9b8

Monochromatic Colors of #ddfcb8

#ddfcb8

Complementary Color

#ddfcb8 #d7b8fc

#ddfcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcb8 Color CSS Codes

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

#ddfcb8 Text Font Color

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

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


#ddfcb8 Background Color

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

This div background color is #ddfcb8


#ddfcb8 Border Color

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

This div border color is #ddfcb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,252,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddfcb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddfcb8;
  -webkit-box-shadow: 1px 1px 3px 2px #ddfcb8;
  box-shadow:         1px 1px 3px 2px #ddfcb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,252,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcb8

Related Colors


Comments

No comments written yet.

Please login to write comment.