Color Hex Logo

#becae8 Color Hex

#BECAE8
(190,202,232)
0 Favorites   0 Comments

Color spaces of #becae8

RGB 190202232
HSL0.620.480.83
HSV223°18°91°
CMYK 0.180.130.00   0.09
XYZ56.921259.014484.7348
Yxy59.01440.28370.2941
Hunter Lab76.8208-2.1750-11.6234
CIE-Lab81.29952.0580-16.2053

#becae8 color RGB value is (190,202,232).

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

The process color (four color CMYK) of #becae8 color hex is 0.18, 0.13, 0.00, 0.09. Web safe color of #becae8 is #ccccff. Color #becae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11101000
Octal 276 312 350
Decimal 190 202 232
Hex BE CA E8

RGB Percentages of Color #becae8

%30.45
%32.37
%37.18

CMYK Percentages of Color #becae8

%18
%13
%0
%9

Triadic Colors of #becae8

#becae8 #e8beca #cae8be

Analogous Colors of #becae8

#becae8 #c7bee8 #bedfe8

Monochromatic Colors of #becae8

#becae8

Complementary Color

#becae8 #e8dcbe

#becae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becae8 Color CSS Codes

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

#becae8 Text Font Color

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

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


#becae8 Background Color

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

This div background color is #becae8


#becae8 Border Color

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

This div border color is #becae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becae8


Comments

No comments written yet.

Please login to write comment.