Color Hex Logo

#bec7ed Color Hex

#BEC7ED
(190,199,237)
0 Favorites   0 Comments

Color spaces of #bec7ed

RGB 190199237
HSL0.630.570.84
HSV229°20°93°
CMYK 0.200.160.00   0.07
XYZ56.944757.908488.2969
Yxy57.90840.28030.2851
Hunter Lab76.09760.4029-15.5266
CIE-Lab80.68784.7525-19.8024

#bec7ed color RGB value is (190,199,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 11101101
Octal 276 307 355
Decimal 190 199 237
Hex BE C7 ED

RGB Percentages of Color #bec7ed

%30.35
%31.79
%37.86

CMYK Percentages of Color #bec7ed

%20
%16
%0
%7

Triadic Colors of #bec7ed

#bec7ed #edbec7 #c7edbe

Analogous Colors of #bec7ed

#bec7ed #cdbeed #bedfed

Monochromatic Colors of #bec7ed

#bec7ed

Complementary Color

#bec7ed #ede4be

#bec7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec7ed Color CSS Codes

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

#bec7ed Text Font Color

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

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


#bec7ed Background Color

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

This div background color is #bec7ed


#bec7ed Border Color

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

This div border color is #bec7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec7ed


Comments

No comments written yet.

Please login to write comment.