Color Hex Logo

#bdce01 Color Hex

#BDCE01
(189,206,1)
0 Favorites   0 Comments

Color spaces of #bdce01

RGB 1892061
HSL0.180.990.41
HSV65°100°81°
CMYK 0.080.001.00   0.19
XYZ43.063154.96368.3681
Yxy54.96360.40470.5166
Hunter Lab74.1374-26.057945.2040
CIE-Lab79.0203-25.545778.7955

#bdce01 color RGB value is (189,206,1).

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

The process color (four color CMYK) of #bdce01 color hex is 0.08, 0.00, 1.00, 0.19. Web safe color of #bdce01 is #cccc00. Color #bdce01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00000001
Octal 275 316 1
Decimal 189 206 1
Hex BD CE 1

RGB Percentages of Color #bdce01

%47.73
%52.02
%0.25

CMYK Percentages of Color #bdce01

%8
%0
%100
%19

Triadic Colors of #bdce01

#bdce01 #01bdce #ce01bd

Analogous Colors of #bdce01

#bdce01 #56ce01 #ce7901

Monochromatic Colors of #bdce01

#bdce01

Complementary Color

#bdce01 #1201ce

#bdce01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce01 Color CSS Codes

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

#bdce01 Text Font Color

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

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


#bdce01 Background Color

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

This div background color is #bdce01


#bdce01 Border Color

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

This div border color is #bdce01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce01


Comments

No comments written yet.

Please login to write comment.