Color Hex Logo

#c1eacc Color Hex

#C1EACC
(193,234,204)
0 Favorites   0 Comments

Color spaces of #c1eacc

RGB 193234204
HSL0.380.490.84
HSV136°18°92°
CMYK 0.180.000.13   0.08
XYZ62.314274.542768.2306
Yxy74.54270.30380.3635
Hunter Lab86.3381-22.260013.5814
CIE-Lab89.1784-18.991910.1948

#c1eacc color RGB value is (193,234,204).

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

The process color (four color CMYK) of #c1eacc color hex is 0.18, 0.00, 0.13, 0.08. Web safe color of #c1eacc is #ccffcc. Color #c1eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101010 11001100
Octal 301 352 314
Decimal 193 234 204
Hex C1 EA CC

RGB Percentages of Color #c1eacc

%30.59
%37.08
%32.33

CMYK Percentages of Color #c1eacc

%18
%0
%13
%8

Triadic Colors of #c1eacc

#c1eacc #ccc1ea #eaccc1

Analogous Colors of #c1eacc

#c1eacc #c1eae1 #cbeac1

Monochromatic Colors of #c1eacc

#c1eacc

Complementary Color

#c1eacc #eac1df

#c1eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eacc Color CSS Codes

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

#c1eacc Text Font Color

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

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


#c1eacc Background Color

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

This div background color is #c1eacc


#c1eacc Border Color

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

This div border color is #c1eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eacc


Comments

No comments written yet.

Please login to write comment.