Color Hex Logo

#ddfcca Color Hex

#DDFCCA
(221,252,202)
0 Favorites   0 Comments

Color spaces of #ddfcca

RGB 221252202
HSL0.270.890.89
HSV97°20°99°
CMYK 0.120.000.20   0.01
XYZ75.289989.257269.1373
Yxy89.25720.32220.3820
Hunter Lab94.4760-23.082722.7450
CIE-Lab95.6878-18.780520.6632

#ddfcca color RGB value is (221,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11001010
Octal 335 374 312
Decimal 221 252 202
Hex DD FC CA

RGB Percentages of Color #ddfcca

%32.74
%37.33
%29.93

CMYK Percentages of Color #ddfcca

%12
%0
%20
%1

Triadic Colors of #ddfcca

#ddfcca #caddfc #fccadd

Analogous Colors of #ddfcca

#ddfcca #cafcd0 #f6fcca

Monochromatic Colors of #ddfcca

#ddfcca

Complementary Color

#ddfcca #e9cafc

#ddfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcca Color CSS Codes

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

#ddfcca Text Font Color

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

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


#ddfcca Background Color

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

This div background color is #ddfcca


#ddfcca Border Color

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

This div border color is #ddfcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcca

Related Colors


Comments

No comments written yet.

Please login to write comment.