Color Hex Logo

#c1cdfa Color Hex

#C1CDFA
(193,205,250)
0 Favorites   0 Comments

Color spaces of #c1cdfa

RGB 193205250
HSL0.630.850.87
HSV227°23°98°
CMYK 0.230.180.00   0.02
XYZ61.079061.902299.1716
Yxy61.90220.27490.2786
Hunter Lab78.67800.8861-19.6590
CIE-Lab82.86145.3472-23.4172

#c1cdfa color RGB value is (193,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 11111010
Octal 301 315 372
Decimal 193 205 250
Hex C1 CD FA

RGB Percentages of Color #c1cdfa

%29.78
%31.64
%38.58

CMYK Percentages of Color #c1cdfa

%23
%18
%0
%2

Triadic Colors of #c1cdfa

#c1cdfa #fac1cd #cdfac1

Analogous Colors of #c1cdfa

#c1cdfa #d2c1fa #c1eafa

Monochromatic Colors of #c1cdfa

#c1cdfa

Complementary Color

#c1cdfa #faeec1

#c1cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdfa Color CSS Codes

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

#c1cdfa Text Font Color

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

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


#c1cdfa Background Color

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

This div background color is #c1cdfa


#c1cdfa Border Color

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

This div border color is #c1cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdfa


Comments

No comments written yet.

Please login to write comment.