Color Hex Logo

#c6eddb Color Hex

#C6EDDB
(198,237,219)
0 Favorites   0 Comments

Color spaces of #c6eddb

RGB 198237219
HSL0.420.520.85
HSV152°16°93°
CMYK 0.160.000.08   0.07
XYZ66.359177.688678.5157
Yxy77.68860.29820.3491
Hunter Lab88.1411-19.85918.8835
CIE-Lab90.6376-16.07984.5104

#c6eddb color RGB value is (198,237,219).

#c6eddb hex color red value is 198, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6eddb hue: 0.42 , saturation: 0.52 and the lightness value of c6eddb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101101 11011011
Octal 306 355 333
Decimal 198 237 219
Hex C6 ED DB

RGB Percentages of Color #c6eddb

%30.28
%36.24
%33.49

CMYK Percentages of Color #c6eddb

%16
%0
%8
%7

Triadic Colors of #c6eddb

#c6eddb #dbc6ed #eddbc6

Analogous Colors of #c6eddb

#c6eddb #c6eced #c6edc8

Monochromatic Colors of #c6eddb

#c6eddb

Complementary Color

#c6eddb #edc6d8

#c6eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eddb Color CSS Codes

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

#c6eddb Text Font Color

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

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


#c6eddb Background Color

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

This div background color is #c6eddb


#c6eddb Border Color

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

This div border color is #c6eddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,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 #c6eddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eddb


Comments

No comments written yet.

Please login to write comment.