Color Hex Logo

#c4bedd Color Hex

#C4BEDD
(196,190,221)
0 Favorites   0 Comments

Color spaces of #c4bedd

RGB 196190221
HSL0.700.310.81
HSV252°14°87°
CMYK 0.110.140.00   0.13
XYZ54.229653.783175.9296
Yxy53.78310.29480.2924
Hunter Lab73.33703.6536-10.0502
CIE-Lab78.33518.0851-14.7098

#c4bedd color RGB value is (196,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 11011101
Octal 304 276 335
Decimal 196 190 221
Hex C4 BE DD

RGB Percentages of Color #c4bedd

%32.29
%31.30
%36.41

CMYK Percentages of Color #c4bedd

%11
%14
%0
%13

Triadic Colors of #c4bedd

#c4bedd #ddc4be #beddc4

Analogous Colors of #c4bedd

#c4bedd #d4bedd #bec8dd

Monochromatic Colors of #c4bedd

#c4bedd

Complementary Color

#c4bedd #d7ddbe

#c4bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bedd Color CSS Codes

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

#c4bedd Text Font Color

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

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


#c4bedd Background Color

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

This div background color is #c4bedd


#c4bedd Border Color

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

This div border color is #c4bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bedd


Comments

No comments written yet.

Please login to write comment.