Color Hex Logo

#bed734 Color Hex

#BED734
(190,215,52)
0 Favorites   0 Comments

Color spaces of #bed734

RGB 19021552
HSL0.190.670.52
HSV69°76°84°
CMYK 0.120.000.76   0.16
XYZ46.155559.796012.3579
Yxy59.79600.39010.5054
Hunter Lab77.3279-28.780644.6543
CIE-Lab81.7272-28.232671.6618

#bed734 color RGB value is (190,215,52).

#bed734 hex color red value is 190, green value is 215 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bed734 hue: 0.19 , saturation: 0.67 and the lightness value of bed734 is 0.52.

The process color (four color CMYK) of #bed734 color hex is 0.12, 0.00, 0.76, 0.16. Web safe color of #bed734 is #cccc33. Color #bed734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00110100
Octal 276 327 64
Decimal 190 215 52
Hex BE D7 34

RGB Percentages of Color #bed734

%41.58
%47.05
%11.38

CMYK Percentages of Color #bed734

%12
%0
%76
%16

Triadic Colors of #bed734

#bed734 #34bed7 #d734be

Analogous Colors of #bed734

#bed734 #6dd734 #d79f34

Monochromatic Colors of #bed734

#bed734

Complementary Color

#bed734 #4d34d7

#bed734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed734 Color CSS Codes

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

#bed734 Text Font Color

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

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


#bed734 Background Color

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

This div background color is #bed734


#bed734 Border Color

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

This div border color is #bed734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed734


Comments

No comments written yet.

Please login to write comment.