Color Hex Logo

#c2bedf Color Hex

#C2BEDF
(194,190,223)
0 Favorites   0 Comments

Color spaces of #c2bedf

RGB 194190223
HSL0.690.340.81
HSV247°15°87°
CMYK 0.130.150.00   0.13
XYZ53.980953.624077.3174
Yxy53.62400.29190.2900
Hunter Lab73.22843.4330-11.3408
CIE-Lab78.24207.8515-15.9443

#c2bedf color RGB value is (194,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 11011111
Octal 302 276 337
Decimal 194 190 223
Hex C2 BE DF

RGB Percentages of Color #c2bedf

%31.96
%31.30
%36.74

CMYK Percentages of Color #c2bedf

%13
%15
%0
%13

Triadic Colors of #c2bedf

#c2bedf #dfc2be #bedfc2

Analogous Colors of #c2bedf

#c2bedf #d3bedf #becbdf

Monochromatic Colors of #c2bedf

#c2bedf

Complementary Color

#c2bedf #dbdfbe

#c2bedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bedf Color CSS Codes

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

#c2bedf Text Font Color

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

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


#c2bedf Background Color

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

This div background color is #c2bedf


#c2bedf Border Color

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

This div border color is #c2bedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bedf


Comments

No comments written yet.

Please login to write comment.