Color Hex Logo

#c3bede Color Hex

#C3BEDE
(195,190,222)
0 Favorites   0 Comments

Color spaces of #c3bede

RGB 195190222
HSL0.690.330.81
HSV249°14°87°
CMYK 0.120.140.00   0.13
XYZ54.103953.702976.6214
Yxy53.70290.29340.2912
Hunter Lab73.28233.5416-10.6940
CIE-Lab78.28827.9667-15.3276

#c3bede color RGB value is (195,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111110 11011110
Octal 303 276 336
Decimal 195 190 222
Hex C3 BE DE

RGB Percentages of Color #c3bede

%32.13
%31.30
%36.57

CMYK Percentages of Color #c3bede

%12
%14
%0
%13

Triadic Colors of #c3bede

#c3bede #dec3be #bedec3

Analogous Colors of #c3bede

#c3bede #d3bede #bec9de

Monochromatic Colors of #c3bede

#c3bede

Complementary Color

#c3bede #d9debe

#c3bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bede Color CSS Codes

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

#c3bede Text Font Color

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

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


#c3bede Background Color

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

This div background color is #c3bede


#c3bede Border Color

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

This div border color is #c3bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bede

#c3bede Color Palettes


Comments

No comments written yet.

Please login to write comment.