Color Hex Logo

#c8dbbe Color Hex

#C8DBBE
(200,219,190)
0 Favorites   0 Comments

Color spaces of #c8dbbe

RGB 200219190
HSL0.280.290.80
HSV99°13°86°
CMYK 0.090.000.13   0.14
XYZ58.445266.660158.5015
Yxy66.66010.31830.3631
Hunter Lab81.6456-15.102514.6689
CIE-Lab85.3320-11.595212.1184

#c8dbbe color RGB value is (200,219,190).

#c8dbbe hex color red value is 200, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8dbbe hue: 0.28 , saturation: 0.29 and the lightness value of c8dbbe is 0.80.

The process color (four color CMYK) of #c8dbbe color hex is 0.09, 0.00, 0.13, 0.14. Web safe color of #c8dbbe is #cccccc. Color #c8dbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 10111110
Octal 310 333 276
Decimal 200 219 190
Hex C8 DB BE

RGB Percentages of Color #c8dbbe

%32.84
%35.96
%31.20

CMYK Percentages of Color #c8dbbe

%9
%0
%13
%14

Triadic Colors of #c8dbbe

#c8dbbe #bec8db #dbbec8

Analogous Colors of #c8dbbe

#c8dbbe #bedbc3 #d7dbbe

Monochromatic Colors of #c8dbbe

#c8dbbe

Complementary Color

#c8dbbe #d1bedb

#c8dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbbe Color CSS Codes

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

#c8dbbe Text Font Color

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

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


#c8dbbe Background Color

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

This div background color is #c8dbbe


#c8dbbe Border Color

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

This div border color is #c8dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbbe


Comments

No comments written yet.

Please login to write comment.