Color Hex Logo

#bedefe Color Hex

#BEDEFE
(190,222,254)
0 Favorites   0 Comments

Color spaces of #bedefe

RGB 190222254
HSL0.580.970.87
HSV210°25°100°
CMYK 0.250.130.00   0.00
XYZ65.245970.3455103.9051
Yxy70.34550.27240.2937
Hunter Lab83.8722-7.9176-14.7409
CIE-Lab87.1660-3.6104-19.0320

#bedefe color RGB value is (190,222,254).

#bedefe hex color red value is 190, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bedefe hue: 0.58 , saturation: 0.97 and the lightness value of bedefe is 0.87.

The process color (four color CMYK) of #bedefe color hex is 0.25, 0.13, 0.00, 0.00. Web safe color of #bedefe is #ccccff. Color #bedefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11111110
Octal 276 336 376
Decimal 190 222 254
Hex BE DE FE

RGB Percentages of Color #bedefe

%28.53
%33.33
%38.14

CMYK Percentages of Color #bedefe

%25
%13
%0
%0

Triadic Colors of #bedefe

#bedefe #febede #defebe

Analogous Colors of #bedefe

#bedefe #bebefe #befefe

Monochromatic Colors of #bedefe

#bedefe

Complementary Color

#bedefe #fedebe

#bedefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedefe Color CSS Codes

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

#bedefe Text Font Color

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

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


#bedefe Background Color

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

This div background color is #bedefe


#bedefe Border Color

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

This div border color is #bedefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedefe


Comments

No comments written yet.

Please login to write comment.