Color Hex Logo

#d6cabc Color Hex

#D6CABC
(214,202,188)
0 Favorites   0 Comments

Color spaces of #d6cabc

RGB 214202188
HSL0.090.240.79
HSV32°12°84°
CMYK 0.000.060.12   0.16
XYZ57.929260.168056.1373
Yxy60.16800.33250.3453
Hunter Lab77.5680-2.437111.3884
CIE-Lab81.92941.81618.4723

#d6cabc color RGB value is (214,202,188).

#d6cabc hex color red value is 214, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d6cabc hue: 0.09 , saturation: 0.24 and the lightness value of d6cabc is 0.79.

The process color (four color CMYK) of #d6cabc color hex is 0.00, 0.06, 0.12, 0.16. Web safe color of #d6cabc is #cccccc. Color #d6cabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001010 10111100
Octal 326 312 274
Decimal 214 202 188
Hex D6 CA BC

RGB Percentages of Color #d6cabc

%35.43
%33.44
%31.13

CMYK Percentages of Color #d6cabc

%0
%6
%12
%16

Triadic Colors of #d6cabc

#d6cabc #bcd6ca #cabcd6

Analogous Colors of #d6cabc

#d6cabc #d5d6bc #d6bdbc

Monochromatic Colors of #d6cabc

#d6cabc

Complementary Color

#d6cabc #bcc8d6

#d6cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cabc Color CSS Codes

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

#d6cabc Text Font Color

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

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


#d6cabc Background Color

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

This div background color is #d6cabc


#d6cabc Border Color

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

This div border color is #d6cabc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,202,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6cabc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6cabc;
  -webkit-box-shadow: 1px 1px 3px 2px #d6cabc;
  box-shadow:         1px 1px 3px 2px #d6cabc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,202,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cabc


Comments

No comments written yet.

Please login to write comment.