Color Hex Logo

#c7bed3 Color Hex

#C7BED3
(199,190,211)
0 Favorites   0 Comments

Color spaces of #c7bed3

RGB 199190211
HSL0.740.190.79
HSV266°10°83°
CMYK 0.060.100.00   0.17
XYZ53.724553.672269.1562
Yxy53.67220.30430.3040
Hunter Lab73.26132.6916-4.6848
CIE-Lab78.27027.0732-9.3828

#c7bed3 color RGB value is (199,190,211).

#c7bed3 hex color red value is 199, green value is 190 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c7bed3 hue: 0.74 , saturation: 0.19 and the lightness value of c7bed3 is 0.79.

The process color (four color CMYK) of #c7bed3 color hex is 0.06, 0.10, 0.00, 0.17. Web safe color of #c7bed3 is #cccccc. Color #c7bed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 11010011
Octal 307 276 323
Decimal 199 190 211
Hex C7 BE D3

RGB Percentages of Color #c7bed3

%33.17
%31.67
%35.17

CMYK Percentages of Color #c7bed3

%6
%10
%0
%17

Triadic Colors of #c7bed3

#c7bed3 #d3c7be #bed3c7

Analogous Colors of #c7bed3

#c7bed3 #d2bed3 #bec0d3

Monochromatic Colors of #c7bed3

#c7bed3

Complementary Color

#c7bed3 #cad3be

#c7bed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bed3 Color CSS Codes

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

#c7bed3 Text Font Color

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

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


#c7bed3 Background Color

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

This div background color is #c7bed3


#c7bed3 Border Color

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

This div border color is #c7bed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bed3


Comments

No comments written yet.

Please login to write comment.