Color Hex Logo

#bec8ec Color Hex

#BEC8EC
(190,200,236)
0 Favorites   0 Comments

Color spaces of #bec8ec

RGB 190200236
HSL0.630.550.84
HSV227°19°93°
CMYK 0.190.150.00   0.07
XYZ57.029858.311887.6064
Yxy58.31180.28100.2873
Hunter Lab76.3622-0.3241-14.5669
CIE-Lab80.91183.9969-18.9288

#bec8ec color RGB value is (190,200,236).

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

The process color (four color CMYK) of #bec8ec color hex is 0.19, 0.15, 0.00, 0.07. Web safe color of #bec8ec is #ccccff. Color #bec8ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 11101100
Octal 276 310 354
Decimal 190 200 236
Hex BE C8 EC

RGB Percentages of Color #bec8ec

%30.35
%31.95
%37.70

CMYK Percentages of Color #bec8ec

%19
%15
%0
%7

Triadic Colors of #bec8ec

#bec8ec #ecbec8 #c8ecbe

Analogous Colors of #bec8ec

#bec8ec #cbbeec #bedfec

Monochromatic Colors of #bec8ec

#bec8ec

Complementary Color

#bec8ec #ece2be

#bec8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec8ec Color CSS Codes

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

#bec8ec Text Font Color

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

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


#bec8ec Background Color

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

This div background color is #bec8ec


#bec8ec Border Color

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

This div border color is #bec8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec8ec


Comments

No comments written yet.

Please login to write comment.