Color Hex Logo

#becbf4 Color Hex

#BECBF4
(190,203,244)
0 Favorites   0 Comments

Color spaces of #becbf4

RGB 190203244
HSL0.630.710.85
HSV226°22°96°
CMYK 0.220.170.00   0.04
XYZ58.920360.190794.1005
Yxy60.19070.27630.2823
Hunter Lab77.5827-0.2075-17.6053
CIE-Lab81.94174.1670-21.6403

#becbf4 color RGB value is (190,203,244).

#becbf4 hex color red value is 190, green value is 203 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #becbf4 hue: 0.63 , saturation: 0.71 and the lightness value of becbf4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11110100
Octal 276 313 364
Decimal 190 203 244
Hex BE CB F4

RGB Percentages of Color #becbf4

%29.83
%31.87
%38.30

CMYK Percentages of Color #becbf4

%22
%17
%0
%4

Triadic Colors of #becbf4

#becbf4 #f4becb #cbf4be

Analogous Colors of #becbf4

#becbf4 #ccbef4 #bee6f4

Monochromatic Colors of #becbf4

#becbf4

Complementary Color

#becbf4 #f4e7be

#becbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbf4 Color CSS Codes

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

#becbf4 Text Font Color

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

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


#becbf4 Background Color

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

This div background color is #becbf4


#becbf4 Border Color

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

This div border color is #becbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbf4


Comments

No comments written yet.

Please login to write comment.