Color Hex Logo

#beebf6 Color Hex

#BEEBF6
(190,235,246)
0 Favorites   0 Comments

Color spaces of #beebf6

RGB 190235246
HSL0.530.760.85
HSV192°23°96°
CMYK 0.230.040.00   0.04
XYZ67.578177.017698.4929
Yxy77.01760.27800.3168
Hunter Lab87.7597-16.1280-5.1095
CIE-Lab90.3297-12.0530-10.0975

#beebf6 color RGB value is (190,235,246).

#beebf6 hex color red value is 190, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #beebf6 hue: 0.53 , saturation: 0.76 and the lightness value of beebf6 is 0.85.

The process color (four color CMYK) of #beebf6 color hex is 0.23, 0.04, 0.00, 0.04. Web safe color of #beebf6 is #ccffff. Color #beebf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 11110110
Octal 276 353 366
Decimal 190 235 246
Hex BE EB F6

RGB Percentages of Color #beebf6

%28.32
%35.02
%36.66

CMYK Percentages of Color #beebf6

%23
%4
%0
%4

Triadic Colors of #beebf6

#beebf6 #f6beeb #ebf6be

Analogous Colors of #beebf6

#beebf6 #becff6 #bef6e5

Monochromatic Colors of #beebf6

#beebf6

Complementary Color

#beebf6 #f6c9be

#beebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebf6 Color CSS Codes

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

#beebf6 Text Font Color

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

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


#beebf6 Background Color

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

This div background color is #beebf6


#beebf6 Border Color

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

This div border color is #beebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebf6


Comments

No comments written yet.

Please login to write comment.