Color Hex Logo

#c1edeb Color Hex

#C1EDEB
(193,237,235)
0 Favorites   0 Comments

Color spaces of #c1edeb

RGB 193237235
HSL0.490.550.84
HSV177°19°93°
CMYK 0.190.000.01   0.07
XYZ67.271977.904090.0886
Yxy77.90400.28590.3311
Hunter Lab88.2632-18.41271.2681
CIE-Lab90.7361-14.4796-3.7309

#c1edeb color RGB value is (193,237,235).

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

The process color (four color CMYK) of #c1edeb color hex is 0.19, 0.00, 0.01, 0.07. Web safe color of #c1edeb is #ccffff. Color #c1edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 11101011
Octal 301 355 353
Decimal 193 237 235
Hex C1 ED EB

RGB Percentages of Color #c1edeb

%29.02
%35.64
%35.34

CMYK Percentages of Color #c1edeb

%19
%0
%1
%7

Triadic Colors of #c1edeb

#c1edeb #ebc1ed #edebc1

Analogous Colors of #c1edeb

#c1edeb #c1d9ed #c1edd5

Monochromatic Colors of #c1edeb

#c1edeb

Complementary Color

#c1edeb #edc1c3

#c1edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edeb Color CSS Codes

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

#c1edeb Text Font Color

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

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


#c1edeb Background Color

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

This div background color is #c1edeb


#c1edeb Border Color

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

This div border color is #c1edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edeb


Comments

No comments written yet.

Please login to write comment.