Color Hex Logo

#beedde Color Hex

#BEEDDE
(190,237,222)
0 Favorites   0 Comments

Color spaces of #beedde

RGB 190237222
HSL0.450.570.84
HSV161°20°93°
CMYK 0.200.000.06   0.07
XYZ64.704276.789480.5188
Yxy76.78940.29140.3459
Hunter Lab87.6296-21.55036.8618
CIE-Lab90.2246-18.01792.2859

#beedde color RGB value is (190,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11011110
Octal 276 355 336
Decimal 190 237 222
Hex BE ED DE

RGB Percentages of Color #beedde

%29.28
%36.52
%34.21

CMYK Percentages of Color #beedde

%20
%0
%6
%7

Triadic Colors of #beedde

#beedde #debeed #eddebe

Analogous Colors of #beedde

#beedde #bee5ed #beedc7

Monochromatic Colors of #beedde

#beedde

Complementary Color

#beedde #edbecd

#beedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedde Color CSS Codes

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

#beedde Text Font Color

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

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


#beedde Background Color

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

This div background color is #beedde


#beedde Border Color

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

This div border color is #beedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedde


Comments

No comments written yet.

Please login to write comment.