Color Hex Logo

#c1cdee Color Hex

#C1CDEE
(193,205,238)
0 Favorites   0 Comments

Color spaces of #c1cdee

RGB 193205238
HSL0.620.570.85
HSV224°19°93°
CMYK 0.190.140.00   0.07
XYZ59.256361.173189.5734
Yxy61.17310.28220.2913
Hunter Lab78.2132-1.6371-13.1524
CIE-Lab82.47172.6915-17.6212

#c1cdee color RGB value is (193,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 11101110
Octal 301 315 356
Decimal 193 205 238
Hex C1 CD EE

RGB Percentages of Color #c1cdee

%30.35
%32.23
%37.42

CMYK Percentages of Color #c1cdee

%19
%14
%0
%7

Triadic Colors of #c1cdee

#c1cdee #eec1cd #cdeec1

Analogous Colors of #c1cdee

#c1cdee #ccc1ee #c1e4ee

Monochromatic Colors of #c1cdee

#c1cdee

Complementary Color

#c1cdee #eee2c1

#c1cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cdee Color CSS Codes

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

#c1cdee Text Font Color

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

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


#c1cdee Background Color

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

This div background color is #c1cdee


#c1cdee Border Color

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

This div border color is #c1cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cdee


Comments

No comments written yet.

Please login to write comment.