Color Hex Logo

#ddffbe Color Hex

#DDFFBE
(221,255,190)
0 Favorites   0 Comments

Color spaces of #ddffbe

RGB 221255190
HSL0.251.000.87
HSV91°25°100°
CMYK 0.130.000.25   0.00
XYZ74.873190.609962.2584
Yxy90.60990.32880.3979
Hunter Lab95.1892-26.178227.8539
CIE-Lab96.2492-22.055527.5326

#ddffbe color RGB value is (221,255,190).

#ddffbe hex color red value is 221, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ddffbe hue: 0.25 , saturation: 1.00 and the lightness value of ddffbe is 0.87.

The process color (four color CMYK) of #ddffbe color hex is 0.13, 0.00, 0.25, 0.00. Web safe color of #ddffbe is #ccffcc. Color #ddffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10111110
Octal 335 377 276
Decimal 221 255 190
Hex DD FF BE

RGB Percentages of Color #ddffbe

%33.18
%38.29
%28.53

CMYK Percentages of Color #ddffbe

%13
%0
%25
%0

Triadic Colors of #ddffbe

#ddffbe #beddff #ffbedd

Analogous Colors of #ddffbe

#ddffbe #beffc0 #feffbe

Monochromatic Colors of #ddffbe

#ddffbe

Complementary Color

#ddffbe #e0beff

#ddffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffbe Color CSS Codes

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

#ddffbe Text Font Color

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

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


#ddffbe Background Color

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

This div background color is #ddffbe


#ddffbe Border Color

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

This div border color is #ddffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,255,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 #ddffbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffbe


Comments

No comments written yet.

Please login to write comment.