Color Hex Logo

#c1edc4 Color Hex

#C1EDC4
(193,237,196)
0 Favorites   0 Comments

Color spaces of #c1edc4

RGB 193237196
HSL0.340.550.84
HSV124°19°93°
CMYK 0.190.000.17   0.07
XYZ62.240375.891463.5926
Yxy75.89140.30850.3762
Hunter Lab87.1157-24.922117.7005
CIE-Lab89.8089-21.881515.2512

#c1edc4 color RGB value is (193,237,196).

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

The process color (four color CMYK) of #c1edc4 color hex is 0.19, 0.00, 0.17, 0.07. Web safe color of #c1edc4 is #ccffcc. Color #c1edc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11000100
Octal 301 355 304
Decimal 193 237 196
Hex C1 ED C4

RGB Percentages of Color #c1edc4

%30.83
%37.86
%31.31

CMYK Percentages of Color #c1edc4

%19
%0
%17
%7

Triadic Colors of #c1edc4

#c1edc4 #c4c1ed #edc4c1

Analogous Colors of #c1edc4

#c1edc4 #c1edda #d4edc1

Monochromatic Colors of #c1edc4

#c1edc4

Complementary Color

#c1edc4 #edc1ea

#c1edc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edc4 Color CSS Codes

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

#c1edc4 Text Font Color

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

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


#c1edc4 Background Color

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

This div background color is #c1edc4


#c1edc4 Border Color

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

This div border color is #c1edc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edc4


Comments

No comments written yet.

Please login to write comment.