Color Hex Logo

#c1deea Color Hex

#C1DEEA
(193,222,234)
0 Favorites   0 Comments

Color spaces of #c1deea

RGB 193222234
HSL0.550.490.84
HSV198°18°92°
CMYK 0.180.050.00   0.08
XYZ62.964969.520587.9421
Yxy69.52050.28560.3154
Hunter Lab83.3790-11.1161-4.1695
CIE-Lab86.7611-7.0663-9.0810

#c1deea color RGB value is (193,222,234).

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

The process color (four color CMYK) of #c1deea color hex is 0.18, 0.05, 0.00, 0.08. Web safe color of #c1deea is #ccccff. Color #c1deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 11101010
Octal 301 336 352
Decimal 193 222 234
Hex C1 DE EA

RGB Percentages of Color #c1deea

%29.74
%34.21
%36.06

CMYK Percentages of Color #c1deea

%18
%5
%0
%8

Triadic Colors of #c1deea

#c1deea #eac1de #deeac1

Analogous Colors of #c1deea

#c1deea #c1caea #c1eae2

Monochromatic Colors of #c1deea

#c1deea

Complementary Color

#c1deea #eacdc1

#c1deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1deea Color CSS Codes

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

#c1deea Text Font Color

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

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


#c1deea Background Color

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

This div background color is #c1deea


#c1deea Border Color

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

This div border color is #c1deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1deea


Comments

No comments written yet.

Please login to write comment.