Color Hex Logo

#becbda Color Hex

#BECBDA
(190,203,218)
0 Favorites   0 Comments

Color spaces of #becbda

RGB 190203218
HSL0.590.270.80
HSV212°13°85°
CMYK 0.130.070.00   0.15
XYZ55.246058.721074.7522
Yxy58.72100.29270.3112
Hunter Lab76.6296-5.4126-4.1967
CIE-Lab81.1380-1.4215-8.9557

#becbda color RGB value is (190,203,218).

#becbda hex color red value is 190, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #becbda hue: 0.59 , saturation: 0.27 and the lightness value of becbda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11011010
Octal 276 313 332
Decimal 190 203 218
Hex BE CB DA

RGB Percentages of Color #becbda

%31.10
%33.22
%35.68

CMYK Percentages of Color #becbda

%13
%7
%0
%15

Triadic Colors of #becbda

#becbda #dabecb #cbdabe

Analogous Colors of #becbda

#becbda #bfbeda #bed9da

Monochromatic Colors of #becbda

#becbda

Complementary Color

#becbda #dacdbe

#becbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbda Color CSS Codes

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

#becbda Text Font Color

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

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


#becbda Background Color

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

This div background color is #becbda


#becbda Border Color

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

This div border color is #becbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbda


Comments

No comments written yet.

Please login to write comment.