Color Hex Logo

#beedff Color Hex

#BEEDFF
(190,237,255)
0 Favorites   0 Comments

Color spaces of #beedff

RGB 190237255
HSL0.551.000.87
HSV197°25°100°
CMYK 0.250.070.00   0.00
XYZ69.569478.7355106.1385
Yxy78.73550.27340.3094
Hunter Lab88.7330-15.3334-8.8069
CIE-Lab91.1145-11.0947-13.6251

#beedff color RGB value is (190,237,255).

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

The process color (four color CMYK) of #beedff color hex is 0.25, 0.07, 0.00, 0.00. Web safe color of #beedff is #ccffff. Color #beedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11111111
Octal 276 355 377
Decimal 190 237 255
Hex BE ED FF

RGB Percentages of Color #beedff

%27.86
%34.75
%37.39

CMYK Percentages of Color #beedff

%25
%7
%0
%0

Triadic Colors of #beedff

#beedff #ffbeed #edffbe

Analogous Colors of #beedff

#beedff #becdff #befff1

Monochromatic Colors of #beedff

#beedff

Complementary Color

#beedff #ffd0be

#beedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedff Color CSS Codes

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

#beedff Text Font Color

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

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


#beedff Background Color

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

This div background color is #beedff


#beedff Border Color

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

This div border color is #beedff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,237,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 #beedff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedff


Comments

No comments written yet.

Please login to write comment.