Color Hex Logo

#c7bedd Color Hex

#C7BEDD
(199,190,221)
0 Favorites   0 Comments

Color spaces of #c7bedd

RGB 199190221
HSL0.720.310.81
HSV257°14°87°
CMYK 0.100.140.00   0.13
XYZ55.017854.189575.9665
Yxy54.18950.29710.2926
Hunter Lab73.61354.5850-9.6557
CIE-Lab78.57219.0630-14.3298

#c7bedd color RGB value is (199,190,221).

#c7bedd hex color red value is 199, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c7bedd hue: 0.72 , saturation: 0.31 and the lightness value of c7bedd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 11011101
Octal 307 276 335
Decimal 199 190 221
Hex C7 BE DD

RGB Percentages of Color #c7bedd

%32.62
%31.15
%36.23

CMYK Percentages of Color #c7bedd

%10
%14
%0
%13

Triadic Colors of #c7bedd

#c7bedd #ddc7be #beddc7

Analogous Colors of #c7bedd

#c7bedd #d7bedd #bec5dd

Monochromatic Colors of #c7bedd

#c7bedd

Complementary Color

#c7bedd #d4ddbe

#c7bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bedd Color CSS Codes

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

#c7bedd Text Font Color

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

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


#c7bedd Background Color

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

This div background color is #c7bedd


#c7bedd Border Color

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

This div border color is #c7bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bedd


Comments

No comments written yet.

Please login to write comment.