Color Hex Logo

#c8bedd Color Hex

#C8BEDD
(200,190,221)
0 Favorites   0 Comments

Color spaces of #c8bedd

RGB 200190221
HSL0.720.310.81
HSV259°14°87°
CMYK 0.100.140.00   0.13
XYZ55.284054.326775.9789
Yxy54.32670.29790.2927
Hunter Lab73.70664.8981-9.5232
CIE-Lab78.65189.3903-14.2020

#c8bedd color RGB value is (200,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 11011101
Octal 310 276 335
Decimal 200 190 221
Hex C8 BE DD

RGB Percentages of Color #c8bedd

%32.73
%31.10
%36.17

CMYK Percentages of Color #c8bedd

%10
%14
%0
%13

Triadic Colors of #c8bedd

#c8bedd #ddc8be #beddc8

Analogous Colors of #c8bedd

#c8bedd #d8bedd #bec4dd

Monochromatic Colors of #c8bedd

#c8bedd

Complementary Color

#c8bedd #d3ddbe

#c8bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bedd Color CSS Codes

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

#c8bedd Text Font Color

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

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


#c8bedd Background Color

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

This div background color is #c8bedd


#c8bedd Border Color

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

This div border color is #c8bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bedd


Comments

No comments written yet.

Please login to write comment.