Color Hex Logo

#b0ce74 Color Hex

#B0CE74
(176,206,116)
0 Favorites   0 Comments

Color spaces of #b0ce74

RGB 176206116
HSL0.220.480.63
HSV80°44°81°
CMYK 0.150.000.44   0.19
XYZ43.128254.633724.7953
Yxy54.63370.35190.4458
Hunter Lab73.9146-25.198231.8509
CIE-Lab78.8298-24.531241.3666

#b0ce74 color RGB value is (176,206,116).

#b0ce74 hex color red value is 176, green value is 206 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b0ce74 hue: 0.22 , saturation: 0.48 and the lightness value of b0ce74 is 0.63.

The process color (four color CMYK) of #b0ce74 color hex is 0.15, 0.00, 0.44, 0.19. Web safe color of #b0ce74 is #99cc66. Color #b0ce74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001110 01110100
Octal 260 316 164
Decimal 176 206 116
Hex B0 CE 74

RGB Percentages of Color #b0ce74

%35.34
%41.37
%23.29

CMYK Percentages of Color #b0ce74

%15
%0
%44
%19

Triadic Colors of #b0ce74

#b0ce74 #74b0ce #ce74b0

Analogous Colors of #b0ce74

#b0ce74 #83ce74 #cebf74

Monochromatic Colors of #b0ce74

#b0ce74

Complementary Color

#b0ce74 #9274ce

#b0ce74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ce74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ce74 Color CSS Codes

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

#b0ce74 Text Font Color

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

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


#b0ce74 Background Color

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

This div background color is #b0ce74


#b0ce74 Border Color

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

This div border color is #b0ce74


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,206,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 #b0ce74">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ce74


Comments

No comments written yet.

Please login to write comment.