Color Hex Logo

#bebfe3 Color Hex

#BEBFE3
(190,191,227)
0 Favorites   0 Comments

Color spaces of #bebfe3

RGB 190191227
HSL0.660.400.82
HSV238°16°89°
CMYK 0.160.160.00   0.11
XYZ53.731153.754880.2168
Yxy53.75480.28630.2864
Hunter Lab73.31772.5084-13.5468
CIE-Lab78.31856.8818-18.0154

#bebfe3 color RGB value is (190,191,227).

#bebfe3 hex color red value is 190, green value is 191 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bebfe3 hue: 0.66 , saturation: 0.40 and the lightness value of bebfe3 is 0.82.

The process color (four color CMYK) of #bebfe3 color hex is 0.16, 0.16, 0.00, 0.11. Web safe color of #bebfe3 is #cccccc. Color #bebfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11100011
Octal 276 277 343
Decimal 190 191 227
Hex BE BF E3

RGB Percentages of Color #bebfe3

%31.25
%31.41
%37.34

CMYK Percentages of Color #bebfe3

%16
%16
%0
%11

Triadic Colors of #bebfe3

#bebfe3 #e3bebf #bfe3be

Analogous Colors of #bebfe3

#bebfe3 #d0bee3 #bed2e3

Monochromatic Colors of #bebfe3

#bebfe3

Complementary Color

#bebfe3 #e3e2be

#bebfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfe3 Color CSS Codes

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

#bebfe3 Text Font Color

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

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


#bebfe3 Background Color

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

This div background color is #bebfe3


#bebfe3 Border Color

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

This div border color is #bebfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfe3


Comments

No comments written yet.

Please login to write comment.