Color Hex Logo

#bdef54 Color Hex

#BDEF54
(189,239,84)
0 Favorites   0 Comments

Color spaces of #bdef54

RGB 18923984
HSL0.220.830.63
HSV79°65°94°
CMYK 0.210.000.65   0.06
XYZ53.453073.191919.6977
Yxy73.19190.36530.5001
Hunter Lab85.5523-38.189846.2356
CIE-Lab88.5392-37.887167.1262

#bdef54 color RGB value is (189,239,84).

#bdef54 hex color red value is 189, green value is 239 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bdef54 hue: 0.22 , saturation: 0.83 and the lightness value of bdef54 is 0.63.

The process color (four color CMYK) of #bdef54 color hex is 0.21, 0.00, 0.65, 0.06. Web safe color of #bdef54 is #ccff66. Color #bdef54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 01010100
Octal 275 357 124
Decimal 189 239 84
Hex BD EF 54

RGB Percentages of Color #bdef54

%36.91
%46.68
%16.41

CMYK Percentages of Color #bdef54

%21
%0
%65
%6

Triadic Colors of #bdef54

#bdef54 #54bdef #ef54bd

Analogous Colors of #bdef54

#bdef54 #70ef54 #efd454

Monochromatic Colors of #bdef54

#bdef54

Complementary Color

#bdef54 #8654ef

#bdef54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdef54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdef54 Color CSS Codes

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

#bdef54 Text Font Color

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

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


#bdef54 Background Color

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

This div background color is #bdef54


#bdef54 Border Color

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

This div border color is #bdef54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdef54


Comments

No comments written yet.

Please login to write comment.