Color Hex Logo

#becee1 Color Hex

#BECEE1
(190,206,225)
0 Favorites   0 Comments

Color spaces of #becee1

RGB 190206225
HSL0.590.370.81
HSV213°16°88°
CMYK 0.160.080.00   0.12
XYZ56.897160.526079.9181
Yxy60.52600.28830.3067
Hunter Lab77.7985-5.6032-6.4465
CIE-Lab82.1233-1.5522-11.2310

#becee1 color RGB value is (190,206,225).

#becee1 hex color red value is 190, green value is 206 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #becee1 hue: 0.59 , saturation: 0.37 and the lightness value of becee1 is 0.81.

The process color (four color CMYK) of #becee1 color hex is 0.16, 0.08, 0.00, 0.12. Web safe color of #becee1 is #cccccc. Color #becee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11100001
Octal 276 316 341
Decimal 190 206 225
Hex BE CE E1

RGB Percentages of Color #becee1

%30.60
%33.17
%36.23

CMYK Percentages of Color #becee1

%16
%8
%0
%12

Triadic Colors of #becee1

#becee1 #e1bece #cee1be

Analogous Colors of #becee1

#becee1 #c0bee1 #bee0e1

Monochromatic Colors of #becee1

#becee1

Complementary Color

#becee1 #e1d1be

#becee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becee1 Color CSS Codes

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

#becee1 Text Font Color

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

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


#becee1 Background Color

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

This div background color is #becee1


#becee1 Border Color

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

This div border color is #becee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becee1


Comments

No comments written yet.

Please login to write comment.