Color Hex Logo

#bedcea Color Hex

#BEDCEA
(190,220,234)
0 Favorites   0 Comments

Color spaces of #bedcea

RGB 190220234
HSL0.550.510.83
HSV199°19°92°
CMYK 0.190.060.00   0.08
XYZ61.679768.074187.7306
Yxy68.07410.28360.3130
Hunter Lab82.5070-10.9462-5.2888
CIE-Lab86.0435-6.9589-10.1689

#bedcea color RGB value is (190,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11101010
Octal 276 334 352
Decimal 190 220 234
Hex BE DC EA

RGB Percentages of Color #bedcea

%29.50
%34.16
%36.34

CMYK Percentages of Color #bedcea

%19
%6
%0
%8

Triadic Colors of #bedcea

#bedcea #eabedc #dceabe

Analogous Colors of #bedcea

#bedcea #bec6ea #beeae2

Monochromatic Colors of #bedcea

#bedcea

Complementary Color

#bedcea #eaccbe

#bedcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcea Color CSS Codes

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

#bedcea Text Font Color

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

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


#bedcea Background Color

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

This div background color is #bedcea


#bedcea Border Color

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

This div border color is #bedcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcea


Comments

No comments written yet.

Please login to write comment.