Color Hex Logo

#beccec Color Hex

#BECCEC
(190,204,236)
0 Favorites   0 Comments

Color spaces of #beccec

RGB 190204236
HSL0.620.550.84
HSV222°19°93°
CMYK 0.190.140.00   0.07
XYZ57.968460.189087.9193
Yxy60.18900.28130.2921
Hunter Lab77.5816-2.3938-12.8833
CIE-Lab81.94081.8626-17.3759

#beccec color RGB value is (190,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11101100
Octal 276 314 354
Decimal 190 204 236
Hex BE CC EC

RGB Percentages of Color #beccec

%30.16
%32.38
%37.46

CMYK Percentages of Color #beccec

%19
%14
%0
%7

Triadic Colors of #beccec

#beccec #ecbecc #ccecbe

Analogous Colors of #beccec

#beccec #c7beec #bee3ec

Monochromatic Colors of #beccec

#beccec

Complementary Color

#beccec #ecdebe

#beccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccec Color CSS Codes

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

#beccec Text Font Color

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

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


#beccec Background Color

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

This div background color is #beccec


#beccec Border Color

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

This div border color is #beccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccec


Comments

No comments written yet.

Please login to write comment.