Color Hex Logo

#beeadf Color Hex

#BEEADF
(190,234,223)
0 Favorites   0 Comments

Color spaces of #beeadf

RGB 190234223
HSL0.460.510.83
HSV165°19°92°
CMYK 0.190.000.05   0.08
XYZ63.977375.120580.9398
Yxy75.12050.29080.3414
Hunter Lab86.6721-19.91575.3018
CIE-Lab89.4494-16.32990.6347

#beeadf color RGB value is (190,234,223).

#beeadf hex color red value is 190, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #beeadf hue: 0.46 , saturation: 0.51 and the lightness value of beeadf is 0.83.

The process color (four color CMYK) of #beeadf color hex is 0.19, 0.00, 0.05, 0.08. Web safe color of #beeadf is #ccffcc. Color #beeadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11011111
Octal 276 352 337
Decimal 190 234 223
Hex BE EA DF

RGB Percentages of Color #beeadf

%29.37
%36.17
%34.47

CMYK Percentages of Color #beeadf

%19
%0
%5
%8

Triadic Colors of #beeadf

#beeadf #dfbeea #eadfbe

Analogous Colors of #beeadf

#beeadf #bedfea #beeac9

Monochromatic Colors of #beeadf

#beeadf

Complementary Color

#beeadf #eabec9

#beeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeadf Color CSS Codes

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

#beeadf Text Font Color

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

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


#beeadf Background Color

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

This div background color is #beeadf


#beeadf Border Color

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

This div border color is #beeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeadf


Comments

No comments written yet.

Please login to write comment.