Color Hex Logo

#bed0fe Color Hex

#BED0FE
(190,208,254)
0 Favorites   0 Comments

Color spaces of #bed0fe

RGB 190208254
HSL0.620.970.87
HSV223°25°100°
CMYK 0.250.180.00   0.00
XYZ61.680563.2147102.7167
Yxy63.21470.27100.2777
Hunter Lab79.5077-0.6616-20.9419
CIE-Lab83.55523.7683-24.5040

#bed0fe color RGB value is (190,208,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 11111110
Octal 276 320 376
Decimal 190 208 254
Hex BE D0 FE

RGB Percentages of Color #bed0fe

%29.14
%31.90
%38.96

CMYK Percentages of Color #bed0fe

%25
%18
%0
%0

Triadic Colors of #bed0fe

#bed0fe #febed0 #d0febe

Analogous Colors of #bed0fe

#bed0fe #ccbefe #bef0fe

Monochromatic Colors of #bed0fe

#bed0fe

Complementary Color

#bed0fe #feecbe

#bed0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed0fe Color CSS Codes

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

#bed0fe Text Font Color

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

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


#bed0fe Background Color

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

This div background color is #bed0fe


#bed0fe Border Color

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

This div border color is #bed0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.