Color Hex Logo

#beb4ca Color Hex

#BEB4CA
(190,180,202)
0 Favorites   0 Comments

Color spaces of #beb4ca

RGB 190180202
HSL0.740.170.75
HSV267°11°79°
CMYK 0.060.110.00   0.21
XYZ48.217147.853962.5725
Yxy47.85390.30390.3016
Hunter Lab69.17653.3584-5.2063
CIE-Lab74.73277.6824-9.8435

#beb4ca color RGB value is (190,180,202).

#beb4ca hex color red value is 190, green value is 180 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #beb4ca hue: 0.74 , saturation: 0.17 and the lightness value of beb4ca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 11001010
Octal 276 264 312
Decimal 190 180 202
Hex BE B4 CA

RGB Percentages of Color #beb4ca

%33.22
%31.47
%35.31

CMYK Percentages of Color #beb4ca

%6
%11
%0
%21

Triadic Colors of #beb4ca

#beb4ca #cabeb4 #b4cabe

Analogous Colors of #beb4ca

#beb4ca #c9b4ca #b4b5ca

Monochromatic Colors of #beb4ca

#beb4ca

Complementary Color

#beb4ca #c0cab4

#beb4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4ca Color CSS Codes

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

#beb4ca Text Font Color

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

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


#beb4ca Background Color

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

This div background color is #beb4ca


#beb4ca Border Color

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

This div border color is #beb4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4ca


Comments

No comments written yet.

Please login to write comment.