Color Hex Logo

#bede6b Color Hex

#BEDE6B
(190,222,107)
0 Favorites   0 Comments

Color spaces of #bede6b

RGB 190222107
HSL0.210.640.65
HSV77°52°87°
CMYK 0.140.000.52   0.13
XYZ50.010364.251223.6758
Yxy64.25120.36260.4658
Hunter Lab80.1568-28.907338.5974
CIE-Lab84.0964-27.794952.3134

#bede6b color RGB value is (190,222,107).

#bede6b hex color red value is 190, green value is 222 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bede6b hue: 0.21 , saturation: 0.64 and the lightness value of bede6b is 0.65.

The process color (four color CMYK) of #bede6b color hex is 0.14, 0.00, 0.52, 0.13. Web safe color of #bede6b is #cccc66. Color #bede6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 01101011
Octal 276 336 153
Decimal 190 222 107
Hex BE DE 6B

RGB Percentages of Color #bede6b

%36.61
%42.77
%20.62

CMYK Percentages of Color #bede6b

%14
%0
%52
%13

Triadic Colors of #bede6b

#bede6b #6bbede #de6bbe

Analogous Colors of #bede6b

#bede6b #85de6b #dec56b

Monochromatic Colors of #bede6b

#bede6b

Complementary Color

#bede6b #8b6bde

#bede6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bede6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bede6b Color CSS Codes

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

#bede6b Text Font Color

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

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


#bede6b Background Color

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

This div background color is #bede6b


#bede6b Border Color

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

This div border color is #bede6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bede6b


Comments

No comments written yet.

Please login to write comment.