Color Hex Logo

#ddfcb5 Color Hex

#DDFCB5
(221,252,181)
0 Favorites   0 Comments

Color spaces of #ddfcb5

RGB 221252181
HSL0.240.920.85
HSV86°28°99°
CMYK 0.120.000.28   0.01
XYZ72.969788.329256.9194
Yxy88.32920.33440.4048
Hunter Lab93.9836-25.882429.8807
CIE-Lab95.2994-21.908230.7827

#ddfcb5 color RGB value is (221,252,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10110101
Octal 335 374 265
Decimal 221 252 181
Hex DD FC B5

RGB Percentages of Color #ddfcb5

%33.79
%38.53
%27.68

CMYK Percentages of Color #ddfcb5

%12
%0
%28
%1

Triadic Colors of #ddfcb5

#ddfcb5 #b5ddfc #fcb5dd

Analogous Colors of #ddfcb5

#ddfcb5 #bafcb5 #fcf8b5

Monochromatic Colors of #ddfcb5

#ddfcb5

Complementary Color

#ddfcb5 #d4b5fc

#ddfcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcb5 Color CSS Codes

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

#ddfcb5 Text Font Color

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

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


#ddfcb5 Background Color

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

This div background color is #ddfcb5


#ddfcb5 Border Color

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

This div border color is #ddfcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcb5

Related Colors


Comments

No comments written yet.

Please login to write comment.