Color Hex Logo

#bedd44 Color Hex

#BEDD44
(190,221,68)
0 Favorites   0 Comments

Color spaces of #bedd44

RGB 19022168
HSL0.200.690.57
HSV72°69°87°
CMYK 0.140.000.69   0.13
XYZ48.135063.077415.1070
Yxy63.07740.38110.4993
Hunter Lab79.4213-30.803444.3171
CIE-Lab83.4831-30.261367.9839

#bedd44 color RGB value is (190,221,68).

#bedd44 hex color red value is 190, green value is 221 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #bedd44 hue: 0.20 , saturation: 0.69 and the lightness value of bedd44 is 0.57.

The process color (four color CMYK) of #bedd44 color hex is 0.14, 0.00, 0.69, 0.13. Web safe color of #bedd44 is #cccc33. Color #bedd44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 01000100
Octal 276 335 104
Decimal 190 221 68
Hex BE DD 44

RGB Percentages of Color #bedd44

%39.67
%46.14
%14.20

CMYK Percentages of Color #bedd44

%14
%0
%69
%13

Triadic Colors of #bedd44

#bedd44 #44bedd #dd44be

Analogous Colors of #bedd44

#bedd44 #72dd44 #ddb044

Monochromatic Colors of #bedd44

#bedd44

Complementary Color

#bedd44 #6344dd

#bedd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd44 Color CSS Codes

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

#bedd44 Text Font Color

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

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


#bedd44 Background Color

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

This div background color is #bedd44


#bedd44 Border Color

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

This div border color is #bedd44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd44


Comments

No comments written yet.

Please login to write comment.