Color Hex Logo

#c8ebdb Color Hex

#C8EBDB
(200,235,219)
0 Favorites   0 Comments

Color spaces of #c8ebdb

RGB 200235219
HSL0.420.470.85
HSV153°15°92°
CMYK 0.150.000.07   0.08
XYZ66.313976.810578.3486
Yxy76.81050.29940.3468
Hunter Lab87.6416-18.31108.3459
CIE-Lab90.2343-14.44223.9424

#c8ebdb color RGB value is (200,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11011011
Octal 310 353 333
Decimal 200 235 219
Hex C8 EB DB

RGB Percentages of Color #c8ebdb

%30.58
%35.93
%33.49

CMYK Percentages of Color #c8ebdb

%15
%0
%7
%8

Triadic Colors of #c8ebdb

#c8ebdb #dbc8eb #ebdbc8

Analogous Colors of #c8ebdb

#c8ebdb #c8eaeb #c8ebca

Monochromatic Colors of #c8ebdb

#c8ebdb

Complementary Color

#c8ebdb #ebc8d8

#c8ebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebdb Color CSS Codes

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

#c8ebdb Text Font Color

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

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


#c8ebdb Background Color

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

This div background color is #c8ebdb


#c8ebdb Border Color

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

This div border color is #c8ebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebdb


Comments

No comments written yet.

Please login to write comment.