Color Hex Logo

#b7dd48 Color Hex

#B7DD48
(183,221,72)
0 Favorites   0 Comments

Color spaces of #b7dd48

RGB 18322172
HSL0.210.690.57
HSV75°67°87°
CMYK 0.170.000.67   0.13
XYZ46.554662.248115.6923
Yxy62.24810.37390.5000
Hunter Lab78.8975-32.744043.4357
CIE-Lab83.0452-32.784165.9086

#b7dd48 color RGB value is (183,221,72).

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

The process color (four color CMYK) of #b7dd48 color hex is 0.17, 0.00, 0.67, 0.13. Web safe color of #b7dd48 is #cccc33. Color #b7dd48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011101 01001000
Octal 267 335 110
Decimal 183 221 72
Hex B7 DD 48

RGB Percentages of Color #b7dd48

%38.45
%46.43
%15.13

CMYK Percentages of Color #b7dd48

%17
%0
%67
%13

Triadic Colors of #b7dd48

#b7dd48 #48b7dd #dd48b7

Analogous Colors of #b7dd48

#b7dd48 #6ddd48 #ddb948

Monochromatic Colors of #b7dd48

#b7dd48

Complementary Color

#b7dd48 #6e48dd

#b7dd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dd48 Color CSS Codes

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

#b7dd48 Text Font Color

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

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


#b7dd48 Background Color

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

This div background color is #b7dd48


#b7dd48 Border Color

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

This div border color is #b7dd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dd48


Comments

No comments written yet.

Please login to write comment.