Color Hex Logo

#bedaff Color Hex

#BEDAFF
(190,218,255)
0 Favorites   0 Comments

Color spaces of #bedaff

RGB 190218255
HSL0.591.000.87
HSV214°25°100°
CMYK 0.250.150.00   0.00
XYZ64.356668.3100104.4009
Yxy68.31000.27150.2881
Hunter Lab82.6499-5.6455-17.0385
CIE-Lab86.1612-1.2924-21.0771

#bedaff color RGB value is (190,218,255).

#bedaff hex color red value is 190, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bedaff hue: 0.59 , saturation: 1.00 and the lightness value of bedaff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11111111
Octal 276 332 377
Decimal 190 218 255
Hex BE DA FF

RGB Percentages of Color #bedaff

%28.66
%32.88
%38.46

CMYK Percentages of Color #bedaff

%25
%15
%0
%0

Triadic Colors of #bedaff

#bedaff #ffbeda #daffbe

Analogous Colors of #bedaff

#bedaff #c3beff #befbff

Monochromatic Colors of #bedaff

#bedaff

Complementary Color

#bedaff #ffe3be

#bedaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaff Color CSS Codes

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

#bedaff Text Font Color

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

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


#bedaff Background Color

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

This div background color is #bedaff


#bedaff Border Color

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

This div border color is #bedaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaff


Comments

No comments written yet.

Please login to write comment.