Color Hex Logo

#beeadc Color Hex

#BEEADC
(190,234,220)
0 Favorites   0 Comments

Color spaces of #beeadc

RGB 190234220
HSL0.450.510.83
HSV161°19°92°
CMYK 0.190.000.06   0.08
XYZ63.576374.960178.8281
Yxy74.96010.29250.3449
Hunter Lab86.5795-20.43966.6238
CIE-Lab89.3743-16.92362.0947

#beeadc color RGB value is (190,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11011100
Octal 276 352 334
Decimal 190 234 220
Hex BE EA DC

RGB Percentages of Color #beeadc

%29.50
%36.34
%34.16

CMYK Percentages of Color #beeadc

%19
%0
%6
%8

Triadic Colors of #beeadc

#beeadc #dcbeea #eadcbe

Analogous Colors of #beeadc

#beeadc #bee2ea #beeac6

Monochromatic Colors of #beeadc

#beeadc

Complementary Color

#beeadc #eabecc

#beeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeadc Color CSS Codes

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

#beeadc Text Font Color

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

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


#beeadc Background Color

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

This div background color is #beeadc


#beeadc Border Color

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

This div border color is #beeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeadc


Comments

No comments written yet.

Please login to write comment.