Color Hex Logo

#c5beca Color Hex

#C5BECA
(197,190,202)
0 Favorites   0 Comments

Color spaces of #c5beca

RGB 197190202
HSL0.760.100.77
HSV275°79°
CMYK 0.020.060.00   0.21
XYZ52.100152.961563.3537
Yxy52.96150.30940.3145
Hunter Lab72.77470.4343-0.6724
CIE-Lab77.85234.6654-5.1540

#c5beca color RGB value is (197,190,202).

#c5beca hex color red value is 197, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5beca hue: 0.76 , saturation: 0.10 and the lightness value of c5beca is 0.77.

The process color (four color CMYK) of #c5beca color hex is 0.02, 0.06, 0.00, 0.21. Web safe color of #c5beca is #cccccc. Color #c5beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 11001010
Octal 305 276 312
Decimal 197 190 202
Hex C5 BE CA

RGB Percentages of Color #c5beca

%33.45
%32.26
%34.30

CMYK Percentages of Color #c5beca

%2
%6
%0
%21

Triadic Colors of #c5beca

#c5beca #cac5be #becac5

Analogous Colors of #c5beca

#c5beca #cabec9 #bfbeca

Monochromatic Colors of #c5beca

#c5beca

Complementary Color

#c5beca #c3cabe

#c5beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5beca Color CSS Codes

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

#c5beca Text Font Color

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

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


#c5beca Background Color

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

This div background color is #c5beca


#c5beca Border Color

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

This div border color is #c5beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5beca


Comments

No comments written yet.

Please login to write comment.