Color Hex Logo

#beedfe Color Hex

#BEEDFE
(190,237,254)
0 Favorites   0 Comments

Color spaces of #beedfe

RGB 190237254
HSL0.540.970.87
HSV196°25°100°
CMYK 0.250.070.00   0.00
XYZ69.408878.6713105.2928
Yxy78.67130.27390.3105
Hunter Lab88.6968-15.5361-8.2959
CIE-Lab91.0854-11.3162-13.1473

#beedfe color RGB value is (190,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11111110
Octal 276 355 376
Decimal 190 237 254
Hex BE ED FE

RGB Percentages of Color #beedfe

%27.90
%34.80
%37.30

CMYK Percentages of Color #beedfe

%25
%7
%0
%0

Triadic Colors of #beedfe

#beedfe #febeed #edfebe

Analogous Colors of #beedfe

#beedfe #becdfe #befeef

Monochromatic Colors of #beedfe

#beedfe

Complementary Color

#beedfe #fecfbe

#beedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedfe Color CSS Codes

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

#beedfe Text Font Color

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

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


#beedfe Background Color

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

This div background color is #beedfe


#beedfe Border Color

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

This div border color is #beedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.