Color Hex Logo

#bedf35 Color Hex

#BEDF35
(190,223,53)
0 Favorites   0 Comments

Color spaces of #bedf35

RGB 19022353
HSL0.200.730.54
HSV72°76°87°
CMYK 0.150.000.76   0.13
XYZ48.265563.979513.1736
Yxy63.97950.38480.5101
Hunter Lab79.9872-32.267946.2262
CIE-Lab83.9551-31.935973.4177

#bedf35 color RGB value is (190,223,53).

#bedf35 hex color red value is 190, green value is 223 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bedf35 hue: 0.20 , saturation: 0.73 and the lightness value of bedf35 is 0.54.

The process color (four color CMYK) of #bedf35 color hex is 0.15, 0.00, 0.76, 0.13. Web safe color of #bedf35 is #cccc33. Color #bedf35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 00110101
Octal 276 337 65
Decimal 190 223 53
Hex BE DF 35

RGB Percentages of Color #bedf35

%40.77
%47.85
%11.37

CMYK Percentages of Color #bedf35

%15
%0
%76
%13

Triadic Colors of #bedf35

#bedf35 #35bedf #df35be

Analogous Colors of #bedf35

#bedf35 #69df35 #dfab35

Monochromatic Colors of #bedf35

#bedf35

Complementary Color

#bedf35 #5635df

#bedf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedf35 Color CSS Codes

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

#bedf35 Text Font Color

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

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


#bedf35 Background Color

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

This div background color is #bedf35


#bedf35 Border Color

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

This div border color is #bedf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedf35


Comments

No comments written yet.

Please login to write comment.