Color Hex Logo

#bedfee Color Hex

#BEDFEE
(190,223,238)
0 Favorites   0 Comments

Color spaces of #bedfee

RGB 190223238
HSL0.550.590.84
HSV199°20°93°
CMYK 0.200.060.00   0.07
XYZ63.055569.895591.0567
Yxy69.89550.28150.3120
Hunter Lab83.6035-11.6778-6.0532
CIE-Lab86.9456-7.6523-10.9364

#bedfee color RGB value is (190,223,238).

#bedfee hex color red value is 190, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bedfee hue: 0.55 , saturation: 0.59 and the lightness value of bedfee is 0.84.

The process color (four color CMYK) of #bedfee color hex is 0.20, 0.06, 0.00, 0.07. Web safe color of #bedfee is #ccccff. Color #bedfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11101110
Octal 276 337 356
Decimal 190 223 238
Hex BE DF EE

RGB Percentages of Color #bedfee

%29.19
%34.25
%36.56

CMYK Percentages of Color #bedfee

%20
%6
%0
%7

Triadic Colors of #bedfee

#bedfee #eebedf #dfeebe

Analogous Colors of #bedfee

#bedfee #bec7ee #beeee5

Monochromatic Colors of #bedfee

#bedfee

Complementary Color

#bedfee #eecdbe

#bedfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfee Color CSS Codes

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

#bedfee Text Font Color

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

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


#bedfee Background Color

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

This div background color is #bedfee


#bedfee Border Color

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

This div border color is #bedfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfee


Comments

No comments written yet.

Please login to write comment.