Color Hex Logo

#bbed58 Color Hex

#BBED58
(187,237,88)
0 Favorites   0 Comments

Color spaces of #bbed58

RGB 18723788
HSL0.220.810.64
HSV80°63°93°
CMYK 0.210.000.63   0.07
XYZ52.539271.837720.3295
Yxy71.83770.36310.4964
Hunter Lab84.7571-37.676545.1089
CIE-Lab87.8904-37.456164.8111

#bbed58 color RGB value is (187,237,88).

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

The process color (four color CMYK) of #bbed58 color hex is 0.21, 0.00, 0.63, 0.07. Web safe color of #bbed58 is #ccff66. Color #bbed58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01011000
Octal 273 355 130
Decimal 187 237 88
Hex BB ED 58

RGB Percentages of Color #bbed58

%36.52
%46.29
%17.19

CMYK Percentages of Color #bbed58

%21
%0
%63
%7

Triadic Colors of #bbed58

#bbed58 #58bbed #ed58bb

Analogous Colors of #bbed58

#bbed58 #71ed58 #edd558

Monochromatic Colors of #bbed58

#bbed58

Complementary Color

#bbed58 #8a58ed

#bbed58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed58 Color CSS Codes

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

#bbed58 Text Font Color

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

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


#bbed58 Background Color

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

This div background color is #bbed58


#bbed58 Border Color

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

This div border color is #bbed58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed58


Comments

No comments written yet.

Please login to write comment.