Color Hex Logo

#bed4fd Color Hex

#BED4FD
(190,212,253)
0 Favorites   0 Comments

Color spaces of #bed4fd

RGB 190212253
HSL0.610.940.87
HSV219°25°99°
CMYK 0.250.160.00   0.01
XYZ62.508365.1260102.2045
Yxy65.12600.27200.2834
Hunter Lab80.7007-2.9655-18.5982
CIE-Lab84.54861.4143-22.4646

#bed4fd color RGB value is (190,212,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 11111101
Octal 276 324 375
Decimal 190 212 253
Hex BE D4 FD

RGB Percentages of Color #bed4fd

%29.01
%32.37
%38.63

CMYK Percentages of Color #bed4fd

%25
%16
%0
%1

Triadic Colors of #bed4fd

#bed4fd #fdbed4 #d4fdbe

Analogous Colors of #bed4fd

#bed4fd #c8befd #bef4fd

Monochromatic Colors of #bed4fd

#bed4fd

Complementary Color

#bed4fd #fde7be

#bed4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed4fd Color CSS Codes

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

#bed4fd Text Font Color

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

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


#bed4fd Background Color

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

This div background color is #bed4fd


#bed4fd Border Color

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

This div border color is #bed4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.