Color Hex Logo

#c5bfdf Color Hex

#C5BFDF
(197,191,223)
0 Favorites   0 Comments

Color spaces of #c5bfdf

RGB 197191223
HSL0.700.330.81
HSV251°14°87°
CMYK 0.120.140.00   0.13
XYZ54.976054.459677.4262
Yxy54.45960.29420.2914
Hunter Lab73.79673.8320-10.5483
CIE-Lab78.72908.2813-15.1883

#c5bfdf color RGB value is (197,191,223).

#c5bfdf hex color red value is 197, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c5bfdf hue: 0.70 , saturation: 0.33 and the lightness value of c5bfdf is 0.81.

The process color (four color CMYK) of #c5bfdf color hex is 0.12, 0.14, 0.00, 0.13. Web safe color of #c5bfdf is #cccccc. Color #c5bfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 11011111
Octal 305 277 337
Decimal 197 191 223
Hex C5 BF DF

RGB Percentages of Color #c5bfdf

%32.24
%31.26
%36.50

CMYK Percentages of Color #c5bfdf

%12
%14
%0
%13

Triadic Colors of #c5bfdf

#c5bfdf #dfc5bf #bfdfc5

Analogous Colors of #c5bfdf

#c5bfdf #d5bfdf #bfc9df

Monochromatic Colors of #c5bfdf

#c5bfdf

Complementary Color

#c5bfdf #d9dfbf

#c5bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfdf Color CSS Codes

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

#c5bfdf Text Font Color

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

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


#c5bfdf Background Color

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

This div background color is #c5bfdf


#c5bfdf Border Color

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

This div border color is #c5bfdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,191,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5bfdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5bfdf;
  -webkit-box-shadow: 1px 1px 3px 2px #c5bfdf;
  box-shadow:         1px 1px 3px 2px #c5bfdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,191,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfdf


Comments

No comments written yet.

Please login to write comment.