Color Hex Logo

#bbf398 Color Hex

#BBF398
(187,243,152)
0 Favorites   0 Comments

Color spaces of #bbf398

RGB 187243152
HSL0.270.790.77
HSV97°37°95°
CMYK 0.230.000.37   0.05
XYZ58.211676.933041.4872
Yxy76.93300.32960.4356
Hunter Lab87.7115-35.029733.3541
CIE-Lab90.2908-33.536438.2666

#bbf398 color RGB value is (187,243,152).

#bbf398 hex color red value is 187, green value is 243 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbf398 hue: 0.27 , saturation: 0.79 and the lightness value of bbf398 is 0.77.

The process color (four color CMYK) of #bbf398 color hex is 0.23, 0.00, 0.37, 0.05. Web safe color of #bbf398 is #ccff99. Color #bbf398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 10011000
Octal 273 363 230
Decimal 187 243 152
Hex BB F3 98

RGB Percentages of Color #bbf398

%32.13
%41.75
%26.12

CMYK Percentages of Color #bbf398

%23
%0
%37
%5

Triadic Colors of #bbf398

#bbf398 #98bbf3 #f398bb

Analogous Colors of #bbf398

#bbf398 #98f3a3 #e9f398

Monochromatic Colors of #bbf398

#bbf398

Complementary Color

#bbf398 #d098f3

#bbf398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf398 Color CSS Codes

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

#bbf398 Text Font Color

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

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


#bbf398 Background Color

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

This div background color is #bbf398


#bbf398 Border Color

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

This div border color is #bbf398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf398


Comments

No comments written yet.

Please login to write comment.