Color Hex Logo

#becdf4 Color Hex

#BECDF4
(190,205,244)
0 Favorites   0 Comments

Color spaces of #becdf4

RGB 190205244
HSL0.620.710.85
HSV223°22°96°
CMYK 0.220.160.00   0.04
XYZ59.395761.141494.2589
Yxy61.14140.27650.2846
Hunter Lab78.1930-1.2484-16.7370
CIE-Lab82.45473.0995-20.8627

#becdf4 color RGB value is (190,205,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 11110100
Octal 276 315 364
Decimal 190 205 244
Hex BE CD F4

RGB Percentages of Color #becdf4

%29.73
%32.08
%38.18

CMYK Percentages of Color #becdf4

%22
%16
%0
%4

Triadic Colors of #becdf4

#becdf4 #f4becd #cdf4be

Analogous Colors of #becdf4

#becdf4 #cabef4 #bee8f4

Monochromatic Colors of #becdf4

#becdf4

Complementary Color

#becdf4 #f4e5be

#becdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becdf4 Color CSS Codes

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

#becdf4 Text Font Color

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

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


#becdf4 Background Color

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

This div background color is #becdf4


#becdf4 Border Color

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

This div border color is #becdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becdf4


Comments

No comments written yet.

Please login to write comment.