Color Hex Logo

#bed1fe Color Hex

#BED1FE
(190,209,254)
0 Favorites   0 Comments

Color spaces of #bed1fe

RGB 190209254
HSL0.620.970.87
HSV222°25°100°
CMYK 0.250.180.00   0.00
XYZ61.925163.7038102.7982
Yxy63.70380.27110.2789
Hunter Lab79.8147-1.1844-20.4930
CIE-Lab83.81133.2359-24.1143

#bed1fe color RGB value is (190,209,254).

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

The process color (four color CMYK) of #bed1fe color hex is 0.25, 0.18, 0.00, 0.00. Web safe color of #bed1fe is #ccccff. Color #bed1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 11111110
Octal 276 321 376
Decimal 190 209 254
Hex BE D1 FE

RGB Percentages of Color #bed1fe

%29.10
%32.01
%38.90

CMYK Percentages of Color #bed1fe

%25
%18
%0
%0

Triadic Colors of #bed1fe

#bed1fe #febed1 #d1febe

Analogous Colors of #bed1fe

#bed1fe #cbbefe #bef1fe

Monochromatic Colors of #bed1fe

#bed1fe

Complementary Color

#bed1fe #feebbe

#bed1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed1fe Color CSS Codes

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

#bed1fe Text Font Color

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

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


#bed1fe Background Color

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

This div background color is #bed1fe


#bed1fe Border Color

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

This div border color is #bed1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed1fe


Comments

No comments written yet.

Please login to write comment.