Color Hex Logo

#bdee23 Color Hex

#BDEE23
(189,238,35)
0 Favorites   0 Comments

Color spaces of #bdee23

RGB 18923835
HSL0.210.860.54
HSV74°85°93°
CMYK 0.210.000.85   0.07
XYZ51.864272.089212.7712
Yxy72.08920.37930.5273
Hunter Lab84.9054-39.548250.5155
CIE-Lab88.0115-39.743081.4292

#bdee23 color RGB value is (189,238,35).

#bdee23 hex color red value is 189, green value is 238 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bdee23 hue: 0.21 , saturation: 0.86 and the lightness value of bdee23 is 0.54.

The process color (four color CMYK) of #bdee23 color hex is 0.21, 0.00, 0.85, 0.07. Web safe color of #bdee23 is #ccff33. Color #bdee23 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 00100011
Octal 275 356 43
Decimal 189 238 35
Hex BD EE 23

RGB Percentages of Color #bdee23

%40.91
%51.52
%7.58

CMYK Percentages of Color #bdee23

%21
%0
%85
%7

Triadic Colors of #bdee23

#bdee23 #23bdee #ee23bd

Analogous Colors of #bdee23

#bdee23 #57ee23 #eeba23

Monochromatic Colors of #bdee23

#bdee23

Complementary Color

#bdee23 #5423ee

#bdee23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdee23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdee23 Color CSS Codes

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

#bdee23 Text Font Color

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

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


#bdee23 Background Color

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

This div background color is #bdee23


#bdee23 Border Color

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

This div border color is #bdee23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdee23


Comments

No comments written yet.

Please login to write comment.