Color Hex Logo

#c1eddb Color Hex

#C1EDDB
(193,237,219)
1 Favorites   0 Comments

Color spaces of #c1eddb

RGB 193237219
HSL0.430.550.84
HSV155°19°93°
CMYK 0.190.000.08   0.07
XYZ65.062777.020378.4551
Yxy77.02030.29500.3492
Hunter Lab87.7612-21.24938.4299
CIE-Lab90.3310-17.66554.0278

#c1eddb color RGB value is (193,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11011011
Octal 301 355 333
Decimal 193 237 219
Hex C1 ED DB

RGB Percentages of Color #c1eddb

%29.74
%36.52
%33.74

CMYK Percentages of Color #c1eddb

%19
%0
%8
%7

Triadic Colors of #c1eddb

#c1eddb #dbc1ed #eddbc1

Analogous Colors of #c1eddb

#c1eddb #c1e9ed #c1edc5

Monochromatic Colors of #c1eddb

#c1eddb

Complementary Color

#c1eddb #edc1d3

#c1eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1eddb Color CSS Codes

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

#c1eddb Text Font Color

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

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


#c1eddb Background Color

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

This div background color is #c1eddb


#c1eddb Border Color

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

This div border color is #c1eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1eddb

#c1eddb Color Palettes


Comments

No comments written yet.

Please login to write comment.