Color Hex Logo

#beebfe Color Hex

#BEEBFE
(190,235,254)
0 Favorites   0 Comments

Color spaces of #beebfe

RGB 190235254
HSL0.550.970.87
HSV198°25°100°
CMYK 0.250.070.00   0.00
XYZ68.832977.5196105.1008
Yxy77.51960.27370.3083
Hunter Lab88.0452-14.5295-9.1436
CIE-Lab90.5602-10.3015-13.9324

#beebfe color RGB value is (190,235,254).

#beebfe hex color red value is 190, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #beebfe hue: 0.55 , saturation: 0.97 and the lightness value of beebfe is 0.87.

The process color (four color CMYK) of #beebfe color hex is 0.25, 0.07, 0.00, 0.00. Web safe color of #beebfe is #ccffff. Color #beebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 11111110
Octal 276 353 376
Decimal 190 235 254
Hex BE EB FE

RGB Percentages of Color #beebfe

%27.98
%34.61
%37.41

CMYK Percentages of Color #beebfe

%25
%7
%0
%0

Triadic Colors of #beebfe

#beebfe #febeeb #ebfebe

Analogous Colors of #beebfe

#beebfe #becbfe #befef1

Monochromatic Colors of #beebfe

#beebfe

Complementary Color

#beebfe #fed1be

#beebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebfe Color CSS Codes

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

#beebfe Text Font Color

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

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


#beebfe Background Color

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

This div background color is #beebfe


#beebfe Border Color

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

This div border color is #beebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebfe


Comments

No comments written yet.

Please login to write comment.