Color Hex Logo

#c1ceed Color Hex

#C1CEED
(193,206,237)
0 Favorites   0 Comments

Color spaces of #c1ceed

RGB 193206237
HSL0.620.550.84
HSV222°19°93°
CMYK 0.190.130.00   0.07
XYZ59.349761.594588.8816
Yxy61.59450.28290.2936
Hunter Lab78.4822-2.3587-12.2088
CIE-Lab82.69731.9434-16.7486

#c1ceed color RGB value is (193,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001110 11101101
Octal 301 316 355
Decimal 193 206 237
Hex C1 CE ED

RGB Percentages of Color #c1ceed

%30.35
%32.39
%37.26

CMYK Percentages of Color #c1ceed

%19
%13
%0
%7

Triadic Colors of #c1ceed

#c1ceed #edc1ce #ceedc1

Analogous Colors of #c1ceed

#c1ceed #cac1ed #c1e4ed

Monochromatic Colors of #c1ceed

#c1ceed

Complementary Color

#c1ceed #ede0c1

#c1ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ceed Color CSS Codes

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

#c1ceed Text Font Color

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

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


#c1ceed Background Color

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

This div background color is #c1ceed


#c1ceed Border Color

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

This div border color is #c1ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ceed


Comments

No comments written yet.

Please login to write comment.