Color Hex Logo

#bedeaa Color Hex

#BEDEAA
(190,222,170)
0 Favorites   0 Comments

Color spaces of #bedeaa

RGB 190222170
HSL0.270.440.77
HSV97°23°87°
CMYK 0.140.000.23   0.13
XYZ54.612266.092047.9089
Yxy66.09200.32390.3920
Hunter Lab81.2970-22.360321.9679
CIE-Lab85.0433-19.856722.0941

#bedeaa color RGB value is (190,222,170).

#bedeaa hex color red value is 190, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bedeaa hue: 0.27 , saturation: 0.44 and the lightness value of bedeaa is 0.77.

The process color (four color CMYK) of #bedeaa color hex is 0.14, 0.00, 0.23, 0.13. Web safe color of #bedeaa is #cccc99. Color #bedeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10101010
Octal 276 336 252
Decimal 190 222 170
Hex BE DE AA

RGB Percentages of Color #bedeaa

%32.65
%38.14
%29.21

CMYK Percentages of Color #bedeaa

%14
%0
%23
%13

Triadic Colors of #bedeaa

#bedeaa #aabede #deaabe

Analogous Colors of #bedeaa

#bedeaa #aadeb0 #d8deaa

Monochromatic Colors of #bedeaa

#bedeaa

Complementary Color

#bedeaa #caaade

#bedeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedeaa Color CSS Codes

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

#bedeaa Text Font Color

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

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


#bedeaa Background Color

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

This div background color is #bedeaa


#bedeaa Border Color

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

This div border color is #bedeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedeaa


Comments

No comments written yet.

Please login to write comment.