Color Hex Logo

#bde358 Color Hex

#BDE358
(189,227,88)
0 Favorites   0 Comments

Color spaces of #bde358

RGB 18922788
HSL0.210.710.62
HSV76°61°89°
CMYK 0.170.000.61   0.11
XYZ50.216866.461619.4142
Yxy66.46160.36900.4884
Hunter Lab81.5240-32.715342.9474
CIE-Lab85.2313-32.132161.9684

#bde358 color RGB value is (189,227,88).

#bde358 hex color red value is 189, green value is 227 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bde358 hue: 0.21 , saturation: 0.71 and the lightness value of bde358 is 0.62.

The process color (four color CMYK) of #bde358 color hex is 0.17, 0.00, 0.61, 0.11. Web safe color of #bde358 is #cccc66. Color #bde358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 01011000
Octal 275 343 130
Decimal 189 227 88
Hex BD E3 58

RGB Percentages of Color #bde358

%37.50
%45.04
%17.46

CMYK Percentages of Color #bde358

%17
%0
%61
%11

Triadic Colors of #bde358

#bde358 #58bde3 #e358bd

Analogous Colors of #bde358

#bde358 #78e358 #e3c458

Monochromatic Colors of #bde358

#bde358

Complementary Color

#bde358 #7e58e3

#bde358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde358 Color CSS Codes

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

#bde358 Text Font Color

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

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


#bde358 Background Color

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

This div background color is #bde358


#bde358 Border Color

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

This div border color is #bde358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde358


Comments

No comments written yet.

Please login to write comment.