Color Hex Logo

#b2cf35 Color Hex

#B2CF35
(178,207,53)
0 Favorites   0 Comments

Color spaces of #b2cf35

RGB 17820753
HSL0.200.620.51
HSV71°74°81°
CMYK 0.140.000.74   0.19
XYZ41.315554.347711.6808
Yxy54.34770.38490.5063
Hunter Lab73.7209-28.974642.2103
CIE-Lab78.6640-29.276968.1824

#b2cf35 color RGB value is (178,207,53).

#b2cf35 hex color red value is 178, green value is 207 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #b2cf35 hue: 0.20 , saturation: 0.62 and the lightness value of b2cf35 is 0.51.

The process color (four color CMYK) of #b2cf35 color hex is 0.14, 0.00, 0.74, 0.19. Web safe color of #b2cf35 is #99cc33. Color #b2cf35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001111 00110101
Octal 262 317 65
Decimal 178 207 53
Hex B2 CF 35

RGB Percentages of Color #b2cf35

%40.64
%47.26
%12.10

CMYK Percentages of Color #b2cf35

%14
%0
%74
%19

Triadic Colors of #b2cf35

#b2cf35 #35b2cf #cf35b2

Analogous Colors of #b2cf35

#b2cf35 #65cf35 #cf9f35

Monochromatic Colors of #b2cf35

#b2cf35

Complementary Color

#b2cf35 #5235cf

#b2cf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cf35 Color CSS Codes

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

#b2cf35 Text Font Color

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

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


#b2cf35 Background Color

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

This div background color is #b2cf35


#b2cf35 Border Color

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

This div border color is #b2cf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cf35


Comments

No comments written yet.

Please login to write comment.