Color Hex Logo

#c1ddee Color Hex

#C1DDEE
(193,221,238)
0 Favorites   0 Comments

Color spaces of #c1ddee

RGB 193221238
HSL0.560.570.85
HSV203°19°93°
CMYK 0.190.070.00   0.07
XYZ63.281469.223490.9151
Yxy69.22340.28320.3098
Hunter Lab83.2006-9.8360-6.5470
CIE-Lab86.6146-5.7053-11.4094

#c1ddee color RGB value is (193,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 11101110
Octal 301 335 356
Decimal 193 221 238
Hex C1 DD EE

RGB Percentages of Color #c1ddee

%29.60
%33.90
%36.50

CMYK Percentages of Color #c1ddee

%19
%7
%0
%7

Triadic Colors of #c1ddee

#c1ddee #eec1dd #ddeec1

Analogous Colors of #c1ddee

#c1ddee #c1c7ee #c1eee9

Monochromatic Colors of #c1ddee

#c1ddee

Complementary Color

#c1ddee #eed2c1

#c1ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ddee Color CSS Codes

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

#c1ddee Text Font Color

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

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


#c1ddee Background Color

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

This div background color is #c1ddee


#c1ddee Border Color

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

This div border color is #c1ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ddee


Comments

No comments written yet.

Please login to write comment.