Color Hex Logo

#bbd274 Color Hex

#BBD274
(187,210,116)
0 Favorites   0 Comments

Color spaces of #bbd274

RGB 187210116
HSL0.210.510.64
HSV75°45°82°
CMYK 0.110.000.45   0.18
XYZ46.692557.918925.2415
Yxy57.91890.35960.4460
Hunter Lab76.1045-23.667433.6085
CIE-Lab80.6937-22.259643.8520

#bbd274 color RGB value is (187,210,116).

#bbd274 hex color red value is 187, green value is 210 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bbd274 hue: 0.21 , saturation: 0.51 and the lightness value of bbd274 is 0.64.

The process color (four color CMYK) of #bbd274 color hex is 0.11, 0.00, 0.45, 0.18. Web safe color of #bbd274 is #cccc66. Color #bbd274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 01110100
Octal 273 322 164
Decimal 187 210 116
Hex BB D2 74

RGB Percentages of Color #bbd274

%36.45
%40.94
%22.61

CMYK Percentages of Color #bbd274

%11
%0
%45
%18

Triadic Colors of #bbd274

#bbd274 #74bbd2 #d274bb

Analogous Colors of #bbd274

#bbd274 #8cd274 #d2ba74

Monochromatic Colors of #bbd274

#bbd274

Complementary Color

#bbd274 #8b74d2

#bbd274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd274 Color CSS Codes

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

#bbd274 Text Font Color

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

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


#bbd274 Background Color

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

This div background color is #bbd274


#bbd274 Border Color

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

This div border color is #bbd274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd274


Comments

No comments written yet.

Please login to write comment.