Color Hex Logo

#c4dbbe Color Hex

#C4DBBE
(196,219,190)
0 Favorites   0 Comments

Color spaces of #c4dbbe

RGB 196219190
HSL0.300.290.80
HSV108°13°86°
CMYK 0.110.000.13   0.14
XYZ57.390766.116558.4521
Yxy66.11650.31540.3634
Hunter Lab81.3121-16.309414.2971
CIE-Lab85.0558-12.977411.6880

#c4dbbe color RGB value is (196,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011011 10111110
Octal 304 333 276
Decimal 196 219 190
Hex C4 DB BE

RGB Percentages of Color #c4dbbe

%32.40
%36.20
%31.40

CMYK Percentages of Color #c4dbbe

%11
%0
%13
%14

Triadic Colors of #c4dbbe

#c4dbbe #bec4db #dbbec4

Analogous Colors of #c4dbbe

#c4dbbe #bedbc7 #d3dbbe

Monochromatic Colors of #c4dbbe

#c4dbbe

Complementary Color

#c4dbbe #d5bedb

#c4dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dbbe Color CSS Codes

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

#c4dbbe Text Font Color

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

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


#c4dbbe Background Color

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

This div background color is #c4dbbe


#c4dbbe Border Color

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

This div border color is #c4dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dbbe


Comments

No comments written yet.

Please login to write comment.