Color Hex Logo

#ddffca Color Hex

#DDFFCA
(221,255,202)
0 Favorites   0 Comments

Color spaces of #ddffca

RGB 221255202
HSL0.271.000.90
HSV98°21°100°
CMYK 0.130.000.21   0.00
XYZ76.239591.156469.4538
Yxy91.15640.32190.3849
Hunter Lab95.4759-24.546723.7027
CIE-Lab96.4744-20.234121.7575

#ddffca color RGB value is (221,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11001010
Octal 335 377 312
Decimal 221 255 202
Hex DD FF CA

RGB Percentages of Color #ddffca

%32.60
%37.61
%29.79

CMYK Percentages of Color #ddffca

%13
%0
%21
%0

Triadic Colors of #ddffca

#ddffca #caddff #ffcadd

Analogous Colors of #ddffca

#ddffca #caffd2 #f8ffca

Monochromatic Colors of #ddffca

#ddffca

Complementary Color

#ddffca #eccaff

#ddffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffca Color CSS Codes

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

#ddffca Text Font Color

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

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


#ddffca Background Color

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

This div background color is #ddffca


#ddffca Border Color

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

This div border color is #ddffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffca


Comments

No comments written yet.

Please login to write comment.