Color Hex Logo

#bbf314 Color Hex

#BBF314
(187,243,20)
0 Favorites   0 Comments

Color spaces of #bbf314

RGB 18724320
HSL0.210.900.52
HSV75°92°95°
CMYK 0.230.000.92   0.05
XYZ52.670474.716512.3075
Yxy74.71650.37700.5349
Hunter Lab86.4387-42.500952.0651
CIE-Lab89.2600-43.018384.7813

#bbf314 color RGB value is (187,243,20).

#bbf314 hex color red value is 187, green value is 243 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bbf314 hue: 0.21 , saturation: 0.90 and the lightness value of bbf314 is 0.52.

The process color (four color CMYK) of #bbf314 color hex is 0.23, 0.00, 0.92, 0.05. Web safe color of #bbf314 is #ccff00. Color #bbf314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 00010100
Octal 273 363 24
Decimal 187 243 20
Hex BB F3 14

RGB Percentages of Color #bbf314

%41.56
%54.00
%4.44

CMYK Percentages of Color #bbf314

%23
%0
%92
%5

Triadic Colors of #bbf314

#bbf314 #14bbf3 #f314bb

Analogous Colors of #bbf314

#bbf314 #4cf314 #f3bc14

Monochromatic Colors of #bbf314

#bbf314

Complementary Color

#bbf314 #4c14f3

#bbf314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf314 Color CSS Codes

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

#bbf314 Text Font Color

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

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


#bbf314 Background Color

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

This div background color is #bbf314


#bbf314 Border Color

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

This div border color is #bbf314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf314


Comments

No comments written yet.

Please login to write comment.