Color Hex Logo

#becdf5 Color Hex

#BECDF5
(190,205,245)
0 Favorites   0 Comments

Color spaces of #becdf5

RGB 190205245
HSL0.620.730.85
HSV224°22°96°
CMYK 0.220.160.00   0.04
XYZ59.548061.202495.0609
Yxy61.20240.27590.2836
Hunter Lab78.2320-1.0367-17.2818
CIE-Lab82.48743.3234-21.3454

#becdf5 color RGB value is (190,205,245).

#becdf5 hex color red value is 190, green value is 205 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #becdf5 hue: 0.62 , saturation: 0.73 and the lightness value of becdf5 is 0.85.

The process color (four color CMYK) of #becdf5 color hex is 0.22, 0.16, 0.00, 0.04. Web safe color of #becdf5 is #ccccff. Color #becdf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11110101
Octal 276 315 365
Decimal 190 205 245
Hex BE CD F5

RGB Percentages of Color #becdf5

%29.69
%32.03
%38.28

CMYK Percentages of Color #becdf5

%22
%16
%0
%4

Triadic Colors of #becdf5

#becdf5 #f5becd #cdf5be

Analogous Colors of #becdf5

#becdf5 #cbbef5 #bee9f5

Monochromatic Colors of #becdf5

#becdf5

Complementary Color

#becdf5 #f5e6be

#becdf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdf5 Color CSS Codes

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

#becdf5 Text Font Color

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

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


#becdf5 Background Color

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

This div background color is #becdf5


#becdf5 Border Color

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

This div border color is #becdf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdf5


Comments

No comments written yet.

Please login to write comment.