Color Hex Logo

#becbec Color Hex

#BECBEC
(190,203,236)
1 Favorites   0 Comments

Color spaces of #becbec

RGB 190203236
HSL0.620.550.84
HSV223°19°93°
CMYK 0.190.140.00   0.07
XYZ57.731559.715287.8403
Yxy59.71520.28120.2909
Hunter Lab77.2756-1.8775-13.3029
CIE-Lab81.68312.3948-17.7643

#becbec color RGB value is (190,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11101100
Octal 276 313 354
Decimal 190 203 236
Hex BE CB EC

RGB Percentages of Color #becbec

%30.21
%32.27
%37.52

CMYK Percentages of Color #becbec

%19
%14
%0
%7

Triadic Colors of #becbec

#becbec #ecbecb #cbecbe

Analogous Colors of #becbec

#becbec #c8beec #bee2ec

Monochromatic Colors of #becbec

#becbec

Complementary Color

#becbec #ecdfbe

#becbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbec Color CSS Codes

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

#becbec Text Font Color

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

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


#becbec Background Color

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

This div background color is #becbec


#becbec Border Color

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

This div border color is #becbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbec


Comments

No comments written yet.

Please login to write comment.