Color Hex Logo

#bec2df Color Hex

#BEC2DF
(190,194,223)
0 Favorites   0 Comments

Color spaces of #bec2df

RGB 190194223
HSL0.650.340.81
HSV233°15°87°
CMYK 0.150.130.00   0.13
XYZ53.846354.858477.5628
Yxy54.85840.28910.2945
Hunter Lab74.06650.1532-10.2423
CIE-Lab78.95964.4137-14.8956

#bec2df color RGB value is (190,194,223).

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

The process color (four color CMYK) of #bec2df color hex is 0.15, 0.13, 0.00, 0.13. Web safe color of #bec2df is #cccccc. Color #bec2df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 11011111
Octal 276 302 337
Decimal 190 194 223
Hex BE C2 DF

RGB Percentages of Color #bec2df

%31.30
%31.96
%36.74

CMYK Percentages of Color #bec2df

%15
%13
%0
%13

Triadic Colors of #bec2df

#bec2df #dfbec2 #c2dfbe

Analogous Colors of #bec2df

#bec2df #cbbedf #bed3df

Monochromatic Colors of #bec2df

#bec2df

Complementary Color

#bec2df #dfdbbe

#bec2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec2df Color CSS Codes

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

#bec2df Text Font Color

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

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


#bec2df Background Color

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

This div background color is #bec2df


#bec2df Border Color

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

This div border color is #bec2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec2df


Comments

No comments written yet.

Please login to write comment.