Color Hex Logo

#bed4ff Color Hex

#BED4FF
(190,212,255)
1 Favorites   0 Comments

Color spaces of #bed4ff

RGB 190212255
HSL0.611.000.87
HSV220°25°100°
CMYK 0.250.170.00   0.00
XYZ62.828765.2541103.8916
Yxy65.25410.27080.2813
Hunter Lab80.7800-2.5321-19.7072
CIE-Lab84.61451.8720-23.4227

#bed4ff color RGB value is (190,212,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 11111111
Octal 276 324 377
Decimal 190 212 255
Hex BE D4 FF

RGB Percentages of Color #bed4ff

%28.92
%32.27
%38.81

CMYK Percentages of Color #bed4ff

%25
%17
%0
%0

Triadic Colors of #bed4ff

#bed4ff #ffbed4 #d4ffbe

Analogous Colors of #bed4ff

#bed4ff #c9beff #bef5ff

Monochromatic Colors of #bed4ff

#bed4ff

Complementary Color

#bed4ff #ffe9be

#bed4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed4ff Color CSS Codes

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

#bed4ff Text Font Color

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

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


#bed4ff Background Color

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

This div background color is #bed4ff


#bed4ff Border Color

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

This div border color is #bed4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed4ff

#bed4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.