Color Hex Logo

#c1dbfa Color Hex

#C1DBFA
(193,219,250)
0 Favorites   0 Comments

Color spaces of #c1dbfa

RGB 193219250
HSL0.590.850.87
HSV213°23°98°
CMYK 0.230.120.00   0.02
XYZ64.579268.9026100.3383
Yxy68.90260.27620.2947
Hunter Lab83.0076-6.3918-13.5635
CIE-Lab86.4558-2.0565-17.9772

#c1dbfa color RGB value is (193,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011011 11111010
Octal 301 333 372
Decimal 193 219 250
Hex C1 DB FA

RGB Percentages of Color #c1dbfa

%29.15
%33.08
%37.76

CMYK Percentages of Color #c1dbfa

%23
%12
%0
%2

Triadic Colors of #c1dbfa

#c1dbfa #fac1db #dbfac1

Analogous Colors of #c1dbfa

#c1dbfa #c4c1fa #c1f8fa

Monochromatic Colors of #c1dbfa

#c1dbfa

Complementary Color

#c1dbfa #fae0c1

#c1dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dbfa Color CSS Codes

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

#c1dbfa Text Font Color

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

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


#c1dbfa Background Color

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

This div background color is #c1dbfa


#c1dbfa Border Color

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

This div border color is #c1dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dbfa


Comments

No comments written yet.

Please login to write comment.