Color Hex Logo

#bed088 Color Hex

#BED088
(190,208,136)
0 Favorites   0 Comments

Color spaces of #bed088

RGB 190208136
HSL0.210.430.67
HSV75°35°82°
CMYK 0.090.000.35   0.18
XYZ48.235057.836531.9139
Yxy57.83650.34960.4191
Hunter Lab76.0503-19.874228.3546
CIE-Lab80.6478-17.764433.7816

#bed088 color RGB value is (190,208,136).

#bed088 hex color red value is 190, green value is 208 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bed088 hue: 0.21 , saturation: 0.43 and the lightness value of bed088 is 0.67.

The process color (four color CMYK) of #bed088 color hex is 0.09, 0.00, 0.35, 0.18. Web safe color of #bed088 is #cccc99. Color #bed088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10001000
Octal 276 320 210
Decimal 190 208 136
Hex BE D0 88

RGB Percentages of Color #bed088

%35.58
%38.95
%25.47

CMYK Percentages of Color #bed088

%9
%0
%35
%18

Triadic Colors of #bed088

#bed088 #88bed0 #d088be

Analogous Colors of #bed088

#bed088 #9ad088 #d0be88

Monochromatic Colors of #bed088

#bed088

Complementary Color

#bed088 #9a88d0

#bed088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed088 Color CSS Codes

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

#bed088 Text Font Color

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

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


#bed088 Background Color

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

This div background color is #bed088


#bed088 Border Color

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

This div border color is #bed088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed088


Comments

No comments written yet.

Please login to write comment.