Color Hex Logo

#bedd12 Color Hex

#BEDD12
(190,221,18)
0 Favorites   0 Comments

Color spaces of #bedd12

RGB 19022118
HSL0.190.850.47
HSV69°92°87°
CMYK 0.140.000.92   0.13
XYZ47.200862.703710.1875
Yxy62.70370.39300.5221
Hunter Lab79.1857-32.175147.8021
CIE-Lab83.2862-32.007980.3873

#bedd12 color RGB value is (190,221,18).

#bedd12 hex color red value is 190, green value is 221 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bedd12 hue: 0.19 , saturation: 0.85 and the lightness value of bedd12 is 0.47.

The process color (four color CMYK) of #bedd12 color hex is 0.14, 0.00, 0.92, 0.13. Web safe color of #bedd12 is #cccc00. Color #bedd12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 00010010
Octal 276 335 22
Decimal 190 221 18
Hex BE DD 12

RGB Percentages of Color #bedd12

%44.29
%51.52
%4.20

CMYK Percentages of Color #bedd12

%14
%0
%92
%13

Triadic Colors of #bedd12

#bedd12 #12bedd #dd12be

Analogous Colors of #bedd12

#bedd12 #59dd12 #dd9712

Monochromatic Colors of #bedd12

#bedd12

Complementary Color

#bedd12 #3112dd

#bedd12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd12 Color CSS Codes

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

#bedd12 Text Font Color

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

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


#bedd12 Background Color

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

This div background color is #bedd12


#bedd12 Border Color

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

This div border color is #bedd12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd12


Comments

No comments written yet.

Please login to write comment.