Color Hex Logo

#becbea Color Hex

#BECBEA
(190,203,234)
0 Favorites   0 Comments

Color spaces of #becbea

RGB 190203234
HSL0.620.510.83
HSV222°19°92°
CMYK 0.190.130.00   0.08
XYZ57.442459.599586.3182
Yxy59.59950.28250.2931
Hunter Lab77.2007-2.2855-12.2517
CIE-Lab81.62001.9589-16.7915

#becbea color RGB value is (190,203,234).

#becbea hex color red value is 190, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #becbea hue: 0.62 , saturation: 0.51 and the lightness value of becbea is 0.83.

The process color (four color CMYK) of #becbea color hex is 0.19, 0.13, 0.00, 0.08. Web safe color of #becbea is #ccccff. Color #becbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11101010
Octal 276 313 352
Decimal 190 203 234
Hex BE CB EA

RGB Percentages of Color #becbea

%30.30
%32.38
%37.32

CMYK Percentages of Color #becbea

%19
%13
%0
%8

Triadic Colors of #becbea

#becbea #eabecb #cbeabe

Analogous Colors of #becbea

#becbea #c7beea #bee1ea

Monochromatic Colors of #becbea

#becbea

Complementary Color

#becbea #eaddbe

#becbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbea Color CSS Codes

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

#becbea Text Font Color

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

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


#becbea Background Color

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

This div background color is #becbea


#becbea Border Color

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

This div border color is #becbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbea


Comments

No comments written yet.

Please login to write comment.