Color Hex Logo

#bded06 Color Hex

#BDED06
(189,237,6)
0 Favorites   0 Comments

Color spaces of #bded06

RGB 1892376
HSL0.200.950.48
HSV72°97°93°
CMYK 0.200.000.97   0.07
XYZ51.303371.400311.2500
Yxy71.40030.38300.5330
Hunter Lab84.4987-39.496651.2553
CIE-Lab87.6791-39.788584.9086

#bded06 color RGB value is (189,237,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 00000110
Octal 275 355 6
Decimal 189 237 6
Hex BD ED 6

RGB Percentages of Color #bded06

%43.75
%54.86
%1.39

CMYK Percentages of Color #bded06

%20
%0
%97
%7

Triadic Colors of #bded06

#bded06 #06bded #ed06bd

Analogous Colors of #bded06

#bded06 #49ed06 #edaa06

Monochromatic Colors of #bded06

#bded06

Complementary Color

#bded06 #3606ed

#bded06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded06 Color CSS Codes

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

#bded06 Text Font Color

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

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


#bded06 Background Color

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

This div background color is #bded06


#bded06 Border Color

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

This div border color is #bded06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded06


Comments

No comments written yet.

Please login to write comment.