Color Hex Logo

#bed334 Color Hex

#BED334
(190,211,52)
0 Favorites   0 Comments

Color spaces of #bed334

RGB 19021152
HSL0.190.640.52
HSV68°75°83°
CMYK 0.100.000.75   0.17
XYZ45.149357.783612.0225
Yxy57.78360.39280.5027
Hunter Lab76.0155-27.007443.8337
CIE-Lab80.6183-26.329970.6341

#bed334 color RGB value is (190,211,52).

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

The process color (four color CMYK) of #bed334 color hex is 0.10, 0.00, 0.75, 0.17. Web safe color of #bed334 is #cccc33. Color #bed334 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 00110100
Octal 276 323 64
Decimal 190 211 52
Hex BE D3 34

RGB Percentages of Color #bed334

%41.94
%46.58
%11.48

CMYK Percentages of Color #bed334

%10
%0
%75
%17

Triadic Colors of #bed334

#bed334 #34bed3 #d334be

Analogous Colors of #bed334

#bed334 #6fd334 #d39934

Monochromatic Colors of #bed334

#bed334

Complementary Color

#bed334 #4934d3

#bed334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed334 Color CSS Codes

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

#bed334 Text Font Color

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

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


#bed334 Background Color

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

This div background color is #bed334


#bed334 Border Color

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

This div border color is #bed334


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,211,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 #bed334">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed334


Comments

No comments written yet.

Please login to write comment.