Color Hex Logo

#bedfea Color Hex

#BEDFEA
(190,223,234)
0 Favorites   0 Comments

Color spaces of #bedfea

RGB 190223234
HSL0.540.510.83
HSV195°19°92°
CMYK 0.190.050.00   0.08
XYZ62.474269.663087.9955
Yxy69.66300.28380.3165
Hunter Lab83.4644-12.4530-4.0837
CIE-Lab86.8313-8.5039-8.9977

#bedfea color RGB value is (190,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11101010
Octal 276 337 352
Decimal 190 223 234
Hex BE DF EA

RGB Percentages of Color #bedfea

%29.37
%34.47
%36.17

CMYK Percentages of Color #bedfea

%19
%5
%0
%8

Triadic Colors of #bedfea

#bedfea #eabedf #dfeabe

Analogous Colors of #bedfea

#bedfea #bec9ea #beeadf

Monochromatic Colors of #bedfea

#bedfea

Complementary Color

#bedfea #eac9be

#bedfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfea Color CSS Codes

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

#bedfea Text Font Color

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

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


#bedfea Background Color

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

This div background color is #bedfea


#bedfea Border Color

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

This div border color is #bedfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfea


Comments

No comments written yet.

Please login to write comment.