Color Hex Logo

#c6eadb Color Hex

#C6EADB
(198,234,219)
0 Favorites   0 Comments

Color spaces of #c6eadb

RGB 198234219
HSL0.430.460.85
HSV155°15°92°
CMYK 0.150.000.06   0.08
XYZ65.497775.965978.2286
Yxy75.96590.29810.3458
Hunter Lab87.1584-18.38837.7955
CIE-Lab89.8435-14.58463.3601

#c6eadb color RGB value is (198,234,219).

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

The process color (four color CMYK) of #c6eadb color hex is 0.15, 0.00, 0.06, 0.08. Web safe color of #c6eadb is #ccffcc. Color #c6eadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101010 11011011
Octal 306 352 333
Decimal 198 234 219
Hex C6 EA DB

RGB Percentages of Color #c6eadb

%30.41
%35.94
%33.64

CMYK Percentages of Color #c6eadb

%15
%0
%6
%8

Triadic Colors of #c6eadb

#c6eadb #dbc6ea #eadbc6

Analogous Colors of #c6eadb

#c6eadb #c6e7ea #c6eac9

Monochromatic Colors of #c6eadb

#c6eadb

Complementary Color

#c6eadb #eac6d5

#c6eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6eadb Color CSS Codes

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

#c6eadb Text Font Color

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

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


#c6eadb Background Color

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

This div background color is #c6eadb


#c6eadb Border Color

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

This div border color is #c6eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6eadb


Comments

No comments written yet.

Please login to write comment.