Color Hex Logo

#bdcf04 Color Hex

#BDCF04
(189,207,4)
0 Favorites   0 Comments

Color spaces of #bdcf04

RGB 1892074
HSL0.180.960.41
HSV65°98°81°
CMYK 0.090.000.98   0.19
XYZ43.321055.45328.5351
Yxy55.45320.40370.5168
Hunter Lab74.4669-26.475045.3313
CIE-Lab79.3016-25.993178.7185

#bdcf04 color RGB value is (189,207,4).

#bdcf04 hex color red value is 189, green value is 207 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bdcf04 hue: 0.18 , saturation: 0.96 and the lightness value of bdcf04 is 0.41.

The process color (four color CMYK) of #bdcf04 color hex is 0.09, 0.00, 0.98, 0.19. Web safe color of #bdcf04 is #cccc00. Color #bdcf04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 00000100
Octal 275 317 4
Decimal 189 207 4
Hex BD CF 4

RGB Percentages of Color #bdcf04

%47.25
%51.75
%1.00

CMYK Percentages of Color #bdcf04

%9
%0
%98
%19

Triadic Colors of #bdcf04

#bdcf04 #04bdcf #cf04bd

Analogous Colors of #bdcf04

#bdcf04 #57cf04 #cf7c04

Monochromatic Colors of #bdcf04

#bdcf04

Complementary Color

#bdcf04 #1604cf

#bdcf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf04 Color CSS Codes

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

#bdcf04 Text Font Color

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

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


#bdcf04 Background Color

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

This div background color is #bdcf04


#bdcf04 Border Color

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

This div border color is #bdcf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf04


Comments

No comments written yet.

Please login to write comment.