Color Hex Logo

#c1ddfa Color Hex

#C1DDFA
(193,221,250)
0 Favorites   0 Comments

Color spaces of #c1ddfa

RGB 193221250
HSL0.580.850.87
HSV211°23°98°
CMYK 0.230.120.00   0.02
XYZ65.104169.9525100.5133
Yxy69.95250.27640.2970
Hunter Lab83.6376-7.4202-12.7067
CIE-Lab86.9736-3.1006-17.1976

#c1ddfa color RGB value is (193,221,250).

#c1ddfa hex color red value is 193, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c1ddfa hue: 0.58 , saturation: 0.85 and the lightness value of c1ddfa is 0.87.

The process color (four color CMYK) of #c1ddfa color hex is 0.23, 0.12, 0.00, 0.02. Web safe color of #c1ddfa is #ccccff. Color #c1ddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11111010
Octal 301 335 372
Decimal 193 221 250
Hex C1 DD FA

RGB Percentages of Color #c1ddfa

%29.07
%33.28
%37.65

CMYK Percentages of Color #c1ddfa

%23
%12
%0
%2

Triadic Colors of #c1ddfa

#c1ddfa #fac1dd #ddfac1

Analogous Colors of #c1ddfa

#c1ddfa #c2c1fa #c1fafa

Monochromatic Colors of #c1ddfa

#c1ddfa

Complementary Color

#c1ddfa #fadec1

#c1ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddfa Color CSS Codes

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

#c1ddfa Text Font Color

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

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


#c1ddfa Background Color

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

This div background color is #c1ddfa


#c1ddfa Border Color

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

This div border color is #c1ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddfa


Comments

No comments written yet.

Please login to write comment.