Color Hex Logo

#bec2ed Color Hex

#BEC2ED
(190,194,237)
0 Favorites   0 Comments

Color spaces of #bec2ed

RGB 190194237
HSL0.650.570.84
HSV235°20°93°
CMYK 0.200.180.00   0.07
XYZ55.813155.645187.9197
Yxy55.64510.27990.2791
Hunter Lab74.59563.0129-17.6633
CIE-Lab79.41147.4436-21.7372

#bec2ed color RGB value is (190,194,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 11101101
Octal 276 302 355
Decimal 190 194 237
Hex BE C2 ED

RGB Percentages of Color #bec2ed

%30.60
%31.24
%38.16

CMYK Percentages of Color #bec2ed

%20
%18
%0
%7

Triadic Colors of #bec2ed

#bec2ed #edbec2 #c2edbe

Analogous Colors of #bec2ed

#bec2ed #d2beed #bedaed

Monochromatic Colors of #bec2ed

#bec2ed

Complementary Color

#bec2ed #ede9be

#bec2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec2ed Color CSS Codes

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

#bec2ed Text Font Color

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

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


#bec2ed Background Color

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

This div background color is #bec2ed


#bec2ed Border Color

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

This div border color is #bec2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec2ed


Comments

No comments written yet.

Please login to write comment.