Color Hex Logo

#d7cabc Color Hex

#D7CABC
(215,202,188)
0 Favorites   0 Comments

Color spaces of #d7cabc

RGB 215202188
HSL0.090.250.79
HSV31°13°84°
CMYK 0.000.060.13   0.16
XYZ58.222060.319056.1511
Yxy60.31900.33330.3453
Hunter Lab77.6653-2.101311.4997
CIE-Lab82.01132.17638.6003

#d7cabc color RGB value is (215,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 10111100
Octal 327 312 274
Decimal 215 202 188
Hex D7 CA BC

RGB Percentages of Color #d7cabc

%35.54
%33.39
%31.07

CMYK Percentages of Color #d7cabc

%0
%6
%13
%16

Triadic Colors of #d7cabc

#d7cabc #bcd7ca #cabcd7

Analogous Colors of #d7cabc

#d7cabc #d7d7bc #d7bdbc

Monochromatic Colors of #d7cabc

#d7cabc

Complementary Color

#d7cabc #bcc9d7

#d7cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cabc Color CSS Codes

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

#d7cabc Text Font Color

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

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


#d7cabc Background Color

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

This div background color is #d7cabc


#d7cabc Border Color

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

This div border color is #d7cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cabc


Comments

No comments written yet.

Please login to write comment.