Color Hex Logo

#c2bedc Color Hex

#C2BEDC
(194,190,220)
0 Favorites   0 Comments

Color spaces of #c2bedc

RGB 194190220
HSL0.690.300.80
HSV248°14°86°
CMYK 0.120.140.00   0.14
XYZ53.579953.463675.2057
Yxy53.46360.29400.2934
Hunter Lab73.11882.8431-9.7990
CIE-Lab78.14797.2291-14.4670

#c2bedc color RGB value is (194,190,220).

#c2bedc hex color red value is 194, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c2bedc hue: 0.69 , saturation: 0.30 and the lightness value of c2bedc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 11011100
Octal 302 276 334
Decimal 194 190 220
Hex C2 BE DC

RGB Percentages of Color #c2bedc

%32.12
%31.46
%36.42

CMYK Percentages of Color #c2bedc

%12
%14
%0
%14

Triadic Colors of #c2bedc

#c2bedc #dcc2be #bedcc2

Analogous Colors of #c2bedc

#c2bedc #d1bedc #bec9dc

Monochromatic Colors of #c2bedc

#c2bedc

Complementary Color

#c2bedc #d8dcbe

#c2bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bedc Color CSS Codes

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

#c2bedc Text Font Color

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

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


#c2bedc Background Color

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

This div background color is #c2bedc


#c2bedc Border Color

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

This div border color is #c2bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bedc


Comments

No comments written yet.

Please login to write comment.