Color Hex Logo

#bbed64 Color Hex

#BBED64
(187,237,100)
0 Favorites   0 Comments

Color spaces of #bbed64

RGB 187237100
HSL0.230.790.66
HSV82°58°93°
CMYK 0.210.000.58   0.07
XYZ53.078072.053323.1668
Yxy72.05330.35790.4859
Hunter Lab84.8842-36.931543.2374
CIE-Lab87.9942-36.505759.9020

#bbed64 color RGB value is (187,237,100).

#bbed64 hex color red value is 187, green value is 237 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bbed64 hue: 0.23 , saturation: 0.79 and the lightness value of bbed64 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01100100
Octal 273 355 144
Decimal 187 237 100
Hex BB ED 64

RGB Percentages of Color #bbed64

%35.69
%45.23
%19.08

CMYK Percentages of Color #bbed64

%21
%0
%58
%7

Triadic Colors of #bbed64

#bbed64 #64bbed #ed64bb

Analogous Colors of #bbed64

#bbed64 #77ed64 #eddb64

Monochromatic Colors of #bbed64

#bbed64

Complementary Color

#bbed64 #9664ed

#bbed64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed64 Color CSS Codes

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

#bbed64 Text Font Color

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

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


#bbed64 Background Color

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

This div background color is #bbed64


#bbed64 Border Color

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

This div border color is #bbed64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed64


Comments

No comments written yet.

Please login to write comment.