Color Hex Logo

#befaed Color Hex

#BEFAED
(190,250,237)
0 Favorites   0 Comments

Color spaces of #befaed

RGB 190250237
HSL0.460.860.86
HSV167°24°98°
CMYK 0.240.000.05   0.02
XYZ70.706985.432892.8843
Yxy85.43280.28390.3431
Hunter Lab92.4299-25.20355.1194
CIE-Lab94.0693-21.38840.0935

#befaed color RGB value is (190,250,237).

#befaed hex color red value is 190, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #befaed hue: 0.46 , saturation: 0.86 and the lightness value of befaed is 0.86.

The process color (four color CMYK) of #befaed color hex is 0.24, 0.00, 0.05, 0.02. Web safe color of #befaed is #ccffff. Color #befaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11101101
Octal 276 372 355
Decimal 190 250 237
Hex BE FA ED

RGB Percentages of Color #befaed

%28.06
%36.93
%35.01

CMYK Percentages of Color #befaed

%24
%0
%5
%2

Triadic Colors of #befaed

#befaed #edbefa #faedbe

Analogous Colors of #befaed

#befaed #bee9fa #befacf

Monochromatic Colors of #befaed

#befaed

Complementary Color

#befaed #fabecb

#befaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaed Color CSS Codes

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

#befaed Text Font Color

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

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


#befaed Background Color

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

This div background color is #befaed


#befaed Border Color

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

This div border color is #befaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaed

Related Colors


Comments

No comments written yet.

Please login to write comment.