Color Hex Logo

#c1dfed Color Hex

#C1DFED
(193,223,237)
0 Favorites   0 Comments

Color spaces of #c1dfed

RGB 193223237
HSL0.550.550.84
HSV199°19°93°
CMYK 0.190.060.00   0.07
XYZ63.666170.227290.3204
Yxy70.22720.28400.3132
Hunter Lab83.8017-11.0423-5.2409
CIE-Lab87.1082-6.9500-10.1468

#c1dfed color RGB value is (193,223,237).

#c1dfed hex color red value is 193, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c1dfed hue: 0.55 , saturation: 0.55 and the lightness value of c1dfed is 0.84.

The process color (four color CMYK) of #c1dfed color hex is 0.19, 0.06, 0.00, 0.07. Web safe color of #c1dfed is #ccccff. Color #c1dfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 11101101
Octal 301 337 355
Decimal 193 223 237
Hex C1 DF ED

RGB Percentages of Color #c1dfed

%29.56
%34.15
%36.29

CMYK Percentages of Color #c1dfed

%19
%6
%0
%7

Triadic Colors of #c1dfed

#c1dfed #edc1df #dfedc1

Analogous Colors of #c1dfed

#c1dfed #c1c9ed #c1ede5

Monochromatic Colors of #c1dfed

#c1dfed

Complementary Color

#c1dfed #edcfc1

#c1dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfed Color CSS Codes

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

#c1dfed Text Font Color

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

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


#c1dfed Background Color

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

This div background color is #c1dfed


#c1dfed Border Color

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

This div border color is #c1dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfed


Comments

No comments written yet.

Please login to write comment.