Color Hex Logo

#bedaef Color Hex

#BEDAEF
(190,218,239)
0 Favorites   0 Comments

Color spaces of #bedaef

RGB 190218239
HSL0.570.600.84
HSV206°21°94°
CMYK 0.210.090.00   0.06
XYZ61.886667.322091.3940
Yxy67.32200.28050.3052
Hunter Lab82.0500-8.9530-8.6071
CIE-Lab85.6663-4.8495-13.3745

#bedaef color RGB value is (190,218,239).

#bedaef hex color red value is 190, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bedaef hue: 0.57 , saturation: 0.60 and the lightness value of bedaef is 0.84.

The process color (four color CMYK) of #bedaef color hex is 0.21, 0.09, 0.00, 0.06. Web safe color of #bedaef is #ccccff. Color #bedaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11101111
Octal 276 332 357
Decimal 190 218 239
Hex BE DA EF

RGB Percentages of Color #bedaef

%29.37
%33.69
%36.94

CMYK Percentages of Color #bedaef

%21
%9
%0
%6

Triadic Colors of #bedaef

#bedaef #efbeda #daefbe

Analogous Colors of #bedaef

#bedaef #bec2ef #beefec

Monochromatic Colors of #bedaef

#bedaef

Complementary Color

#bedaef #efd3be

#bedaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaef Color CSS Codes

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

#bedaef Text Font Color

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

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


#bedaef Background Color

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

This div background color is #bedaef


#bedaef Border Color

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

This div border color is #bedaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaef


Comments

No comments written yet.

Please login to write comment.