Color Hex Logo

#bed075 Color Hex

#BED075
(190,208,117)
0 Favorites   0 Comments

Color spaces of #bed075

RGB 190208117
HSL0.200.490.64
HSV72°44°82°
CMYK 0.090.000.44   0.18
XYZ47.002057.343325.4207
Yxy57.34330.36220.4419
Hunter Lab75.7254-21.726133.1043
CIE-Lab80.3723-20.004543.0078

#bed075 color RGB value is (190,208,117).

#bed075 hex color red value is 190, green value is 208 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bed075 hue: 0.20 , saturation: 0.49 and the lightness value of bed075 is 0.64.

The process color (four color CMYK) of #bed075 color hex is 0.09, 0.00, 0.44, 0.18. Web safe color of #bed075 is #cccc66. Color #bed075 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 01110101
Octal 276 320 165
Decimal 190 208 117
Hex BE D0 75

RGB Percentages of Color #bed075

%36.89
%40.39
%22.72

CMYK Percentages of Color #bed075

%9
%0
%44
%18

Triadic Colors of #bed075

#bed075 #75bed0 #d075be

Analogous Colors of #bed075

#bed075 #91d075 #d0b575

Monochromatic Colors of #bed075

#bed075

Complementary Color

#bed075 #8775d0

#bed075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed075 Color CSS Codes

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

#bed075 Text Font Color

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

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


#bed075 Background Color

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

This div background color is #bed075


#bed075 Border Color

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

This div border color is #bed075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed075


Comments

No comments written yet.

Please login to write comment.