Color Hex Logo

#c1edda Color Hex

#C1EDDA
(193,237,218)
0 Favorites   0 Comments

Color spaces of #c1edda

RGB 193237218
HSL0.430.550.84
HSV154°19°93°
CMYK 0.190.000.08   0.07
XYZ64.931476.967877.7637
Yxy76.96780.29560.3504
Hunter Lab87.7313-21.41898.8581
CIE-Lab90.3068-17.85804.5144

#c1edda color RGB value is (193,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11011010
Octal 301 355 332
Decimal 193 237 218
Hex C1 ED DA

RGB Percentages of Color #c1edda

%29.78
%36.57
%33.64

CMYK Percentages of Color #c1edda

%19
%0
%8
%7

Triadic Colors of #c1edda

#c1edda #dac1ed #eddac1

Analogous Colors of #c1edda

#c1edda #c1eaed #c1edc4

Monochromatic Colors of #c1edda

#c1edda

Complementary Color

#c1edda #edc1d4

#c1edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edda Color CSS Codes

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

#c1edda Text Font Color

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

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


#c1edda Background Color

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

This div background color is #c1edda


#c1edda Border Color

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

This div border color is #c1edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edda


Comments

No comments written yet.

Please login to write comment.