Color Hex Logo

#bded7a Color Hex

#BDED7A
(189,237,122)
0 Favorites   0 Comments

Color spaces of #bded7a

RGB 189237122
HSL0.240.760.70
HSV85°49°93°
CMYK 0.200.000.49   0.07
XYZ54.783372.792329.5753
Yxy72.79230.34860.4632
Hunter Lab85.3184-34.691639.1702
CIE-Lab88.3486-33.669850.3865

#bded7a color RGB value is (189,237,122).

#bded7a hex color red value is 189, green value is 237 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bded7a hue: 0.24 , saturation: 0.76 and the lightness value of bded7a is 0.70.

The process color (four color CMYK) of #bded7a color hex is 0.20, 0.00, 0.49, 0.07. Web safe color of #bded7a is #ccff66. Color #bded7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 01111010
Octal 275 355 172
Decimal 189 237 122
Hex BD ED 7A

RGB Percentages of Color #bded7a

%34.49
%43.25
%22.26

CMYK Percentages of Color #bded7a

%20
%0
%49
%7

Triadic Colors of #bded7a

#bded7a #7abded #ed7abd

Analogous Colors of #bded7a

#bded7a #84ed7a #ede47a

Monochromatic Colors of #bded7a

#bded7a

Complementary Color

#bded7a #aa7aed

#bded7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded7a Color CSS Codes

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

#bded7a Text Font Color

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

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


#bded7a Background Color

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

This div background color is #bded7a


#bded7a Border Color

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

This div border color is #bded7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,237,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bded7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bded7a;
  -webkit-box-shadow: 1px 1px 3px 2px #bded7a;
  box-shadow:         1px 1px 3px 2px #bded7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,237,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded7a


Comments

No comments written yet.

Please login to write comment.