Color Hex Logo

#b8cf39 Color Hex

#B8CF39
(184,207,57)
0 Favorites   0 Comments

Color spaces of #b8cf39

RGB 18420757
HSL0.190.610.52
HSV69°72°81°
CMYK 0.110.000.72   0.19
XYZ42.818555.111412.2517
Yxy55.11140.38860.5002
Hunter Lab74.2371-26.959542.1810
CIE-Lab79.1054-26.641067.4197

#b8cf39 color RGB value is (184,207,57).

#b8cf39 hex color red value is 184, green value is 207 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #b8cf39 hue: 0.19 , saturation: 0.61 and the lightness value of b8cf39 is 0.52.

The process color (four color CMYK) of #b8cf39 color hex is 0.11, 0.00, 0.72, 0.19. Web safe color of #b8cf39 is #cccc33. Color #b8cf39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001111 00111001
Octal 270 317 71
Decimal 184 207 57
Hex B8 CF 39

RGB Percentages of Color #b8cf39

%41.07
%46.21
%12.72

CMYK Percentages of Color #b8cf39

%11
%0
%72
%19

Triadic Colors of #b8cf39

#b8cf39 #39b8cf #cf39b8

Analogous Colors of #b8cf39

#b8cf39 #6dcf39 #cf9b39

Monochromatic Colors of #b8cf39

#b8cf39

Complementary Color

#b8cf39 #5039cf

#b8cf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cf39 Color CSS Codes

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

#b8cf39 Text Font Color

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

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


#b8cf39 Background Color

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

This div background color is #b8cf39


#b8cf39 Border Color

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

This div border color is #b8cf39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,207,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8cf39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8cf39;
  -webkit-box-shadow: 1px 1px 3px 2px #b8cf39;
  box-shadow:         1px 1px 3px 2px #b8cf39; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,207,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cf39


Comments

No comments written yet.

Please login to write comment.