Color Hex Logo

#bed5fc Color Hex

#BED5FC
(190,213,252)
0 Favorites   0 Comments

Color spaces of #bed5fc

RGB 190213252
HSL0.600.910.87
HSV218°25°99°
CMYK 0.250.150.00   0.01
XYZ62.600165.5639101.4512
Yxy65.56390.27260.2855
Hunter Lab80.9715-3.6996-17.6058
CIE-Lab84.77350.6579-21.5947

#bed5fc color RGB value is (190,213,252).

#bed5fc hex color red value is 190, green value is 213 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bed5fc hue: 0.60 , saturation: 0.91 and the lightness value of bed5fc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 11111100
Octal 276 325 374
Decimal 190 213 252
Hex BE D5 FC

RGB Percentages of Color #bed5fc

%29.01
%32.52
%38.47

CMYK Percentages of Color #bed5fc

%25
%15
%0
%1

Triadic Colors of #bed5fc

#bed5fc #fcbed5 #d5fcbe

Analogous Colors of #bed5fc

#bed5fc #c6befc #bef4fc

Monochromatic Colors of #bed5fc

#bed5fc

Complementary Color

#bed5fc #fce5be

#bed5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed5fc Color CSS Codes

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

#bed5fc Text Font Color

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

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


#bed5fc Background Color

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

This div background color is #bed5fc


#bed5fc Border Color

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

This div border color is #bed5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed5fc

Related Colors


Comments

No comments written yet.

Please login to write comment.