Color Hex Logo

#bed4fe Color Hex

#BED4FE
(190,212,254)
0 Favorites   0 Comments

Color spaces of #bed4fe

RGB 190212254
HSL0.610.970.87
HSV219°25°100°
CMYK 0.250.170.00   0.00
XYZ62.668165.1899103.0459
Yxy65.18990.27140.2823
Hunter Lab80.7403-2.7493-19.1515
CIE-Lab84.58151.6429-22.9439

#bed4fe color RGB value is (190,212,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 11111110
Octal 276 324 376
Decimal 190 212 254
Hex BE D4 FE

RGB Percentages of Color #bed4fe

%28.96
%32.32
%38.72

CMYK Percentages of Color #bed4fe

%25
%17
%0
%0

Triadic Colors of #bed4fe

#bed4fe #febed4 #d4febe

Analogous Colors of #bed4fe

#bed4fe #c8befe #bef4fe

Monochromatic Colors of #bed4fe

#bed4fe

Complementary Color

#bed4fe #fee8be

#bed4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed4fe Color CSS Codes

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

#bed4fe Text Font Color

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

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


#bed4fe Background Color

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

This div background color is #bed4fe


#bed4fe Border Color

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

This div border color is #bed4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed4fe

Related Colors


Comments

No comments written yet.

Please login to write comment.