Color Hex Logo

#bede0f Color Hex

#BEDE0F
(190,222,15)
0 Favorites   0 Comments

Color spaces of #bede0f

RGB 19022215
HSL0.190.870.46
HSV69°93°87°
CMYK 0.140.000.93   0.13
XYZ47.442763.224210.1549
Yxy63.22420.39270.5233
Hunter Lab79.5136-32.644948.0875
CIE-Lab83.5602-32.513680.9567

#bede0f color RGB value is (190,222,15).

#bede0f hex color red value is 190, green value is 222 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bede0f hue: 0.19 , saturation: 0.87 and the lightness value of bede0f is 0.46.

The process color (four color CMYK) of #bede0f color hex is 0.14, 0.00, 0.93, 0.13. Web safe color of #bede0f is #cccc00. Color #bede0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 00001111
Octal 276 336 17
Decimal 190 222 15
Hex BE DE F

RGB Percentages of Color #bede0f

%44.50
%51.99
%3.51

CMYK Percentages of Color #bede0f

%14
%0
%93
%13

Triadic Colors of #bede0f

#bede0f #0fbede #de0fbe

Analogous Colors of #bede0f

#bede0f #56de0f #de970f

Monochromatic Colors of #bede0f

#bede0f

Complementary Color

#bede0f #2f0fde

#bede0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bede0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bede0f Color CSS Codes

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

#bede0f Text Font Color

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

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


#bede0f Background Color

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

This div background color is #bede0f


#bede0f Border Color

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

This div border color is #bede0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bede0f


Comments

No comments written yet.

Please login to write comment.