Color Hex Logo

#bec3df Color Hex

#BEC3DF
(190,195,223)
0 Favorites   0 Comments

Color spaces of #bec3df

RGB 190195223
HSL0.640.340.81
HSV231°15°87°
CMYK 0.150.130.00   0.13
XYZ54.069655.305177.6372
Yxy55.30510.28910.2957
Hunter Lab74.3674-0.3626-9.8397
CIE-Lab79.21673.8769-14.5095

#bec3df color RGB value is (190,195,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 11011111
Octal 276 303 337
Decimal 190 195 223
Hex BE C3 DF

RGB Percentages of Color #bec3df

%31.25
%32.07
%36.68

CMYK Percentages of Color #bec3df

%15
%13
%0
%13

Triadic Colors of #bec3df

#bec3df #dfbec3 #c3dfbe

Analogous Colors of #bec3df

#bec3df #cabedf #bed4df

Monochromatic Colors of #bec3df

#bec3df

Complementary Color

#bec3df #dfdabe

#bec3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec3df Color CSS Codes

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

#bec3df Text Font Color

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

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


#bec3df Background Color

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

This div background color is #bec3df


#bec3df Border Color

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

This div border color is #bec3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec3df


Comments

No comments written yet.

Please login to write comment.