Color Hex Logo

#bed066 Color Hex

#BED066
(190,208,102)
0 Favorites   0 Comments

Color spaces of #bed066

RGB 190208102
HSL0.190.530.61
HSV70°51°82°
CMYK 0.090.000.51   0.18
XYZ46.189457.018221.1416
Yxy57.01820.37140.4585
Hunter Lab75.5104-22.955536.2571
CIE-Lab80.1898-21.509950.0319

#bed066 color RGB value is (190,208,102).

#bed066 hex color red value is 190, green value is 208 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bed066 hue: 0.19 , saturation: 0.53 and the lightness value of bed066 is 0.61.

The process color (four color CMYK) of #bed066 color hex is 0.09, 0.00, 0.51, 0.18. Web safe color of #bed066 is #cccc66. Color #bed066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01100110
Octal 276 320 146
Decimal 190 208 102
Hex BE D0 66

RGB Percentages of Color #bed066

%38.00
%41.60
%20.40

CMYK Percentages of Color #bed066

%9
%0
%51
%18

Triadic Colors of #bed066

#bed066 #66bed0 #d066be

Analogous Colors of #bed066

#bed066 #89d066 #d0ad66

Monochromatic Colors of #bed066

#bed066

Complementary Color

#bed066 #7866d0

#bed066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed066 Color CSS Codes

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

#bed066 Text Font Color

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

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


#bed066 Background Color

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

This div background color is #bed066


#bed066 Border Color

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

This div border color is #bed066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed066


Comments

No comments written yet.

Please login to write comment.