Color Hex Logo

#c1dffd Color Hex

#C1DFFD
(193,223,253)
0 Favorites   0 Comments

Color spaces of #c1dffd

RGB 193223253
HSL0.580.940.87
HSV210°24°99°
CMYK 0.240.120.00   0.01
XYZ66.109671.2047103.1880
Yxy71.20470.27490.2961
Hunter Lab84.3829-7.8246-13.4350
CIE-Lab87.5844-3.4758-17.8567

#c1dffd color RGB value is (193,223,253).

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

The process color (four color CMYK) of #c1dffd color hex is 0.24, 0.12, 0.00, 0.01. Web safe color of #c1dffd is #ccccff. Color #c1dffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11111101
Octal 301 337 375
Decimal 193 223 253
Hex C1 DF FD

RGB Percentages of Color #c1dffd

%28.85
%33.33
%37.82

CMYK Percentages of Color #c1dffd

%24
%12
%0
%1

Triadic Colors of #c1dffd

#c1dffd #fdc1df #dffdc1

Analogous Colors of #c1dffd

#c1dffd #c1c1fd #c1fdfd

Monochromatic Colors of #c1dffd

#c1dffd

Complementary Color

#c1dffd #fddfc1

#c1dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dffd Color CSS Codes

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

#c1dffd Text Font Color

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

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


#c1dffd Background Color

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

This div background color is #c1dffd


#c1dffd Border Color

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

This div border color is #c1dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dffd

Related Colors


Comments

No comments written yet.

Please login to write comment.