Color Hex Logo

#beeddb Color Hex

#BEEDDB
(190,237,219)
0 Favorites   0 Comments

Color spaces of #beeddb

RGB 190237219
HSL0.440.570.84
HSV157°20°93°
CMYK 0.200.000.08   0.07
XYZ64.305676.630078.4196
Yxy76.63000.29320.3493
Hunter Lab87.5386-22.06698.1633
CIE-Lab90.1510-18.60593.7447

#beeddb color RGB value is (190,237,219).

#beeddb hex color red value is 190, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #beeddb hue: 0.44 , saturation: 0.57 and the lightness value of beeddb is 0.84.

The process color (four color CMYK) of #beeddb color hex is 0.20, 0.00, 0.08, 0.07. Web safe color of #beeddb is #ccffcc. Color #beeddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11011011
Octal 276 355 333
Decimal 190 237 219
Hex BE ED DB

RGB Percentages of Color #beeddb

%29.41
%36.69
%33.90

CMYK Percentages of Color #beeddb

%20
%0
%8
%7

Triadic Colors of #beeddb

#beeddb #dbbeed #eddbbe

Analogous Colors of #beeddb

#beeddb #bee8ed #beedc4

Monochromatic Colors of #beeddb

#beeddb

Complementary Color

#beeddb #edbed0

#beeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeddb Color CSS Codes

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

#beeddb Text Font Color

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

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


#beeddb Background Color

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

This div background color is #beeddb


#beeddb Border Color

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

This div border color is #beeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeddb


Comments

No comments written yet.

Please login to write comment.