Color Hex Logo

#bedd5f Color Hex

#BEDD5F
(190,221,95)
0 Favorites   0 Comments

Color spaces of #bedd5f

RGB 19022195
HSL0.210.650.62
HSV75°57°87°
CMYK 0.140.000.57   0.13
XYZ49.157263.486320.4897
Yxy63.48630.36920.4769
Hunter Lab79.6783-29.312240.5281
CIE-Lab83.6976-28.384457.2826

#bedd5f color RGB value is (190,221,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 01011111
Octal 276 335 137
Decimal 190 221 95
Hex BE DD 5F

RGB Percentages of Color #bedd5f

%37.55
%43.68
%18.77

CMYK Percentages of Color #bedd5f

%14
%0
%57
%13

Triadic Colors of #bedd5f

#bedd5f #5fbedd #dd5fbe

Analogous Colors of #bedd5f

#bedd5f #7fdd5f #ddbd5f

Monochromatic Colors of #bedd5f

#bedd5f

Complementary Color

#bedd5f #7e5fdd

#bedd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd5f Color CSS Codes

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

#bedd5f Text Font Color

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

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


#bedd5f Background Color

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

This div background color is #bedd5f


#bedd5f Border Color

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

This div border color is #bedd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd5f


Comments

No comments written yet.

Please login to write comment.