Color Hex Logo

#bedbea Color Hex

#BEDBEA
(190,219,234)
0 Favorites   0 Comments

Color spaces of #bedbea

RGB 190219234
HSL0.560.510.83
HSV200°19°92°
CMYK 0.190.060.00   0.08
XYZ61.418067.550787.6434
Yxy67.55070.28350.3119
Hunter Lab82.1892-10.4425-5.6921
CIE-Lab85.7813-6.4418-10.5593

#bedbea color RGB value is (190,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11101010
Octal 276 333 352
Decimal 190 219 234
Hex BE DB EA

RGB Percentages of Color #bedbea

%29.55
%34.06
%36.39

CMYK Percentages of Color #bedbea

%19
%6
%0
%8

Triadic Colors of #bedbea

#bedbea #eabedb #dbeabe

Analogous Colors of #bedbea

#bedbea #bec5ea #beeae3

Monochromatic Colors of #bedbea

#bedbea

Complementary Color

#bedbea #eacdbe

#bedbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbea Color CSS Codes

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

#bedbea Text Font Color

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

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


#bedbea Background Color

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

This div background color is #bedbea


#bedbea Border Color

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

This div border color is #bedbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbea

#bedbea Color Palettes


Comments

No comments written yet.

Please login to write comment.