Color Hex Logo

#bded01 Color Hex

#BDED01
(189,237,1)
0 Favorites   0 Comments

Color spaces of #bded01

RGB 1892371
HSL0.200.990.47
HSV72°100°93°
CMYK 0.200.001.00   0.07
XYZ51.275971.389411.1057
Yxy71.38940.38330.5337
Hunter Lab84.4922-39.535051.3515
CIE-Lab87.6739-39.838385.3025

#bded01 color RGB value is (189,237,1).

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

The process color (four color CMYK) of #bded01 color hex is 0.20, 0.00, 1.00, 0.07. Web safe color of #bded01 is #ccff00. Color #bded01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 00000001
Octal 275 355 1
Decimal 189 237 1
Hex BD ED 1

RGB Percentages of Color #bded01

%44.26
%55.50
%0.23

CMYK Percentages of Color #bded01

%20
%0
%100
%7

Triadic Colors of #bded01

#bded01 #01bded #ed01bd

Analogous Colors of #bded01

#bded01 #47ed01 #eda701

Monochromatic Colors of #bded01

#bded01

Complementary Color

#bded01 #3101ed

#bded01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded01 Color CSS Codes

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

#bded01 Text Font Color

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

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


#bded01 Background Color

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

This div background color is #bded01


#bded01 Border Color

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

This div border color is #bded01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded01


Comments

No comments written yet.

Please login to write comment.