Color Hex Logo

#becaee Color Hex

#BECAEE
(190,202,238)
0 Favorites   0 Comments

Color spaces of #becaee

RGB 190202238
HSL0.630.590.84
HSV225°20°93°
CMYK 0.200.150.00   0.07
XYZ57.788459.361389.3010
Yxy59.36130.27990.2875
Hunter Lab77.0463-0.9475-14.7881
CIE-Lab81.48983.3673-19.1240

#becaee color RGB value is (190,202,238).

#becaee hex color red value is 190, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #becaee hue: 0.63 , saturation: 0.59 and the lightness value of becaee is 0.84.

The process color (four color CMYK) of #becaee color hex is 0.20, 0.15, 0.00, 0.07. Web safe color of #becaee is #ccccff. Color #becaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11101110
Octal 276 312 356
Decimal 190 202 238
Hex BE CA EE

RGB Percentages of Color #becaee

%30.16
%32.06
%37.78

CMYK Percentages of Color #becaee

%20
%15
%0
%7

Triadic Colors of #becaee

#becaee #eebeca #caeebe

Analogous Colors of #becaee

#becaee #cabeee #bee2ee

Monochromatic Colors of #becaee

#becaee

Complementary Color

#becaee #eee2be

#becaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#becaee Color CSS Codes

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

#becaee Text Font Color

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

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


#becaee Background Color

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

This div background color is #becaee


#becaee Border Color

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

This div border color is #becaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becaee


Comments

No comments written yet.

Please login to write comment.