Color Hex Logo

#bbed48 Color Hex

#BBED48
(187,237,72)
0 Favorites   0 Comments

Color spaces of #bbed48

RGB 18723772
HSL0.220.820.61
HSV78°70°93°
CMYK 0.210.000.70   0.07
XYZ51.947471.601017.2134
Yxy71.60100.36900.5087
Hunter Lab84.6174-38.497647.1710
CIE-Lab87.7762-38.510370.7813

#bbed48 color RGB value is (187,237,72).

#bbed48 hex color red value is 187, green value is 237 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bbed48 hue: 0.22 , saturation: 0.82 and the lightness value of bbed48 is 0.61.

The process color (four color CMYK) of #bbed48 color hex is 0.21, 0.00, 0.70, 0.07. Web safe color of #bbed48 is #ccff33. Color #bbed48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01001000
Octal 273 355 110
Decimal 187 237 72
Hex BB ED 48

RGB Percentages of Color #bbed48

%37.70
%47.78
%14.52

CMYK Percentages of Color #bbed48

%21
%0
%70
%7

Triadic Colors of #bbed48

#bbed48 #48bbed #ed48bb

Analogous Colors of #bbed48

#bbed48 #69ed48 #edcd48

Monochromatic Colors of #bbed48

#bbed48

Complementary Color

#bbed48 #7a48ed

#bbed48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed48 Color CSS Codes

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

#bbed48 Text Font Color

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

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


#bbed48 Background Color

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

This div background color is #bbed48


#bbed48 Border Color

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

This div border color is #bbed48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,237,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 #bbed48">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed48


Comments

No comments written yet.

Please login to write comment.