Color Hex Logo

#becaec Color Hex

#BECAEC
(190,202,236)
0 Favorites   0 Comments

Color spaces of #becaec

RGB 190202236
HSL0.620.550.84
HSV224°19°93°
CMYK 0.190.140.00   0.07
XYZ57.496159.244387.7618
Yxy59.24430.28120.2897
Hunter Lab76.9703-1.3602-13.7234
CIE-Lab81.42572.9282-18.1527

#becaec color RGB value is (190,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11101100
Octal 276 312 354
Decimal 190 202 236
Hex BE CA EC

RGB Percentages of Color #becaec

%30.25
%32.17
%37.58

CMYK Percentages of Color #becaec

%19
%14
%0
%7

Triadic Colors of #becaec

#becaec #ecbeca #caecbe

Analogous Colors of #becaec

#becaec #c9beec #bee1ec

Monochromatic Colors of #becaec

#becaec

Complementary Color

#becaec #ece0be

#becaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#becaec Color CSS Codes

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

#becaec Text Font Color

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

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


#becaec Background Color

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

This div background color is #becaec


#becaec Border Color

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

This div border color is #becaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becaec


Comments

No comments written yet.

Please login to write comment.