Color Hex Logo

#c1ccee Color Hex

#C1CCEE
(193,204,238)
0 Favorites   0 Comments

Color spaces of #c1ccee

RGB 193204238
HSL0.630.570.85
HSV225°19°93°
CMYK 0.190.140.00   0.07
XYZ59.017860.696289.4939
Yxy60.69620.28210.2901
Hunter Lab77.9078-1.1187-13.5719
CIE-Lab82.21523.2235-18.0081

#c1ccee color RGB value is (193,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 11101110
Octal 301 314 356
Decimal 193 204 238
Hex C1 CC EE

RGB Percentages of Color #c1ccee

%30.39
%32.13
%37.48

CMYK Percentages of Color #c1ccee

%19
%14
%0
%7

Triadic Colors of #c1ccee

#c1ccee #eec1cc #cceec1

Analogous Colors of #c1ccee

#c1ccee #cdc1ee #c1e3ee

Monochromatic Colors of #c1ccee

#c1ccee

Complementary Color

#c1ccee #eee3c1

#c1ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ccee Color CSS Codes

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

#c1ccee Text Font Color

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

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


#c1ccee Background Color

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

This div background color is #c1ccee


#c1ccee Border Color

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

This div border color is #c1ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ccee


Comments

No comments written yet.

Please login to write comment.