Color Hex Logo

#bed3ea Color Hex

#BED3EA
(190,211,234)
0 Favorites   0 Comments

Color spaces of #bed3ea

RGB 190211234
HSL0.590.510.83
HSV211°19°92°
CMYK 0.190.100.00   0.08
XYZ59.380863.476286.9643
Yxy63.47620.28300.3025
Hunter Lab79.6720-6.3870-8.9464
CIE-Lab83.6923-2.2708-13.6793

#bed3ea color RGB value is (190,211,234).

#bed3ea hex color red value is 190, green value is 211 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bed3ea hue: 0.59 , saturation: 0.51 and the lightness value of bed3ea is 0.83.

The process color (four color CMYK) of #bed3ea color hex is 0.19, 0.10, 0.00, 0.08. Web safe color of #bed3ea is #ccccff. Color #bed3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11101010
Octal 276 323 352
Decimal 190 211 234
Hex BE D3 EA

RGB Percentages of Color #bed3ea

%29.92
%33.23
%36.85

CMYK Percentages of Color #bed3ea

%19
%10
%0
%8

Triadic Colors of #bed3ea

#bed3ea #eabed3 #d3eabe

Analogous Colors of #bed3ea

#bed3ea #bfbeea #bee9ea

Monochromatic Colors of #bed3ea

#bed3ea

Complementary Color

#bed3ea #ead5be

#bed3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3ea Color CSS Codes

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

#bed3ea Text Font Color

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

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


#bed3ea Background Color

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

This div background color is #bed3ea


#bed3ea Border Color

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

This div border color is #bed3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3ea


Comments

No comments written yet.

Please login to write comment.