Color Hex Logo

#bedef4 Color Hex

#BEDEF4
(190,222,244)
0 Favorites   0 Comments

Color spaces of #bedef4

RGB 190222244
HSL0.570.710.85
HSV204°22°96°
CMYK 0.220.090.00   0.04
XYZ63.685669.721495.6889
Yxy69.72140.27800.3043
Hunter Lab83.4993-9.9805-9.4958
CIE-Lab86.8600-5.8358-14.2264

#bedef4 color RGB value is (190,222,244).

#bedef4 hex color red value is 190, green value is 222 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bedef4 hue: 0.57 , saturation: 0.71 and the lightness value of bedef4 is 0.85.

The process color (four color CMYK) of #bedef4 color hex is 0.22, 0.09, 0.00, 0.04. Web safe color of #bedef4 is #ccccff. Color #bedef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11110100
Octal 276 336 364
Decimal 190 222 244
Hex BE DE F4

RGB Percentages of Color #bedef4

%28.96
%33.84
%37.20

CMYK Percentages of Color #bedef4

%22
%9
%0
%4

Triadic Colors of #bedef4

#bedef4 #f4bede #def4be

Analogous Colors of #bedef4

#bedef4 #bec3f4 #bef4ef

Monochromatic Colors of #bedef4

#bedef4

Complementary Color

#bedef4 #f4d4be

#bedef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedef4 Color CSS Codes

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

#bedef4 Text Font Color

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

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


#bedef4 Background Color

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

This div background color is #bedef4


#bedef4 Border Color

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

This div border color is #bedef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedef4


Comments

No comments written yet.

Please login to write comment.