Color Hex Logo

#c1eaee Color Hex

#C1EAEE
(193,234,238)
0 Favorites   0 Comments

Color spaces of #c1eaee

RGB 193234238
HSL0.510.570.85
HSV185°19°93°
CMYK 0.190.020.00   0.07
XYZ66.847876.356192.1039
Yxy76.35610.28410.3245
Hunter Lab87.3820-16.3648-1.3265
CIE-Lab90.0244-12.3505-6.3477

#c1eaee color RGB value is (193,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101010 11101110
Octal 301 352 356
Decimal 193 234 238
Hex C1 EA EE

RGB Percentages of Color #c1eaee

%29.02
%35.19
%35.79

CMYK Percentages of Color #c1eaee

%19
%2
%0
%7

Triadic Colors of #c1eaee

#c1eaee #eec1ea #eaeec1

Analogous Colors of #c1eaee

#c1eaee #c1d4ee #c1eedc

Monochromatic Colors of #c1eaee

#c1eaee

Complementary Color

#c1eaee #eec5c1

#c1eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eaee Color CSS Codes

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

#c1eaee Text Font Color

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

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


#c1eaee Background Color

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

This div background color is #c1eaee


#c1eaee Border Color

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

This div border color is #c1eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eaee

#c1eaee Color Palettes


Comments

No comments written yet.

Please login to write comment.