Color Hex Logo

#bdcf35 Color Hex

#BDCF35
(189,207,53)
0 Favorites   0 Comments

Color spaces of #bdcf35

RGB 18920753
HSL0.190.620.51
HSV67°74°81°
CMYK 0.090.000.74   0.19
XYZ43.941755.701511.8037
Yxy55.70150.39430.4998
Hunter Lab74.6334-25.513642.8664
CIE-Lab79.4436-24.776369.1944

#bdcf35 color RGB value is (189,207,53).

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

The process color (four color CMYK) of #bdcf35 color hex is 0.09, 0.00, 0.74, 0.19. Web safe color of #bdcf35 is #cccc33. Color #bdcf35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 00110101
Octal 275 317 65
Decimal 189 207 53
Hex BD CF 35

RGB Percentages of Color #bdcf35

%42.09
%46.10
%11.80

CMYK Percentages of Color #bdcf35

%9
%0
%74
%19

Triadic Colors of #bdcf35

#bdcf35 #35bdcf #cf35bd

Analogous Colors of #bdcf35

#bdcf35 #70cf35 #cf9435

Monochromatic Colors of #bdcf35

#bdcf35

Complementary Color

#bdcf35 #4735cf

#bdcf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf35 Color CSS Codes

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

#bdcf35 Text Font Color

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

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


#bdcf35 Background Color

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

This div background color is #bdcf35


#bdcf35 Border Color

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

This div border color is #bdcf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf35


Comments

No comments written yet.

Please login to write comment.