Color Hex Logo

#b5cf23 Color Hex

#B5CF23
(181,207,35)
0 Favorites   0 Comments

Color spaces of #b5cf23

RGB 18120735
HSL0.190.710.47
HSV69°83°81°
CMYK 0.130.000.83   0.19
XYZ41.672354.57089.9270
Yxy54.57080.39250.5140
Hunter Lab73.8721-28.581643.7430
CIE-Lab78.7934-28.747373.4217

#b5cf23 color RGB value is (181,207,35).

#b5cf23 hex color red value is 181, green value is 207 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b5cf23 hue: 0.19 , saturation: 0.71 and the lightness value of b5cf23 is 0.47.

The process color (four color CMYK) of #b5cf23 color hex is 0.13, 0.00, 0.83, 0.19. Web safe color of #b5cf23 is #cccc33. Color #b5cf23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 00100011
Octal 265 317 43
Decimal 181 207 35
Hex B5 CF 23

RGB Percentages of Color #b5cf23

%42.79
%48.94
%8.27

CMYK Percentages of Color #b5cf23

%13
%0
%83
%19

Triadic Colors of #b5cf23

#b5cf23 #23b5cf #cf23b5

Analogous Colors of #b5cf23

#b5cf23 #5fcf23 #cf9323

Monochromatic Colors of #b5cf23

#b5cf23

Complementary Color

#b5cf23 #3d23cf

#b5cf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cf23 Color CSS Codes

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

#b5cf23 Text Font Color

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

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


#b5cf23 Background Color

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

This div background color is #b5cf23


#b5cf23 Border Color

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

This div border color is #b5cf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cf23


Comments

No comments written yet.

Please login to write comment.