Color Hex Logo

#becce1 Color Hex

#BECCE1
(190,204,225)
0 Favorites   0 Comments

Color spaces of #becce1

RGB 190204225
HSL0.600.370.81
HSV216°16°88°
CMYK 0.160.090.00   0.12
XYZ56.418759.569179.7586
Yxy59.56910.28820.3043
Hunter Lab77.1810-4.5847-7.2434
CIE-Lab81.6034-0.4958-12.0072

#becce1 color RGB value is (190,204,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11100001
Octal 276 314 341
Decimal 190 204 225
Hex BE CC E1

RGB Percentages of Color #becce1

%30.69
%32.96
%36.35

CMYK Percentages of Color #becce1

%16
%9
%0
%12

Triadic Colors of #becce1

#becce1 #e1becc #cce1be

Analogous Colors of #becce1

#becce1 #c2bee1 #bedee1

Monochromatic Colors of #becce1

#becce1

Complementary Color

#becce1 #e1d3be

#becce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becce1 Color CSS Codes

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

#becce1 Text Font Color

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

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


#becce1 Background Color

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

This div background color is #becce1


#becce1 Border Color

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

This div border color is #becce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,204,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 #becce1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becce1


Comments

No comments written yet.

Please login to write comment.