Color Hex Logo

#bed366 Color Hex

#BED366
(190,211,102)
0 Favorites   0 Comments

Color spaces of #bed366

RGB 190211102
HSL0.200.550.61
HSV72°52°83°
CMYK 0.100.000.52   0.17
XYZ46.927758.495021.3877
Yxy58.49500.37010.4613
Hunter Lab76.4820-24.319836.9574
CIE-Lab81.0132-22.975651.0039

#bed366 color RGB value is (190,211,102).

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

The process color (four color CMYK) of #bed366 color hex is 0.10, 0.00, 0.52, 0.17. Web safe color of #bed366 is #cccc66. Color #bed366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 01100110
Octal 276 323 146
Decimal 190 211 102
Hex BE D3 66

RGB Percentages of Color #bed366

%37.77
%41.95
%20.28

CMYK Percentages of Color #bed366

%10
%0
%52
%17

Triadic Colors of #bed366

#bed366 #66bed3 #d366be

Analogous Colors of #bed366

#bed366 #88d366 #d3b266

Monochromatic Colors of #bed366

#bed366

Complementary Color

#bed366 #7b66d3

#bed366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed366 Color CSS Codes

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

#bed366 Text Font Color

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

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


#bed366 Background Color

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

This div background color is #bed366


#bed366 Border Color

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

This div border color is #bed366


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,211,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 #bed366">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed366


Comments

No comments written yet.

Please login to write comment.