Color Hex Logo

#bde748 Color Hex

#BDE748
(189,231,72)
0 Favorites   0 Comments

Color spaces of #bde748

RGB 18923172
HSL0.210.770.59
HSV76°69°91°
CMYK 0.180.000.69   0.09
XYZ50.731968.438516.6670
Yxy68.43850.37350.5038
Hunter Lab82.7276-35.309845.9642
CIE-Lab86.2252-35.038869.2639

#bde748 color RGB value is (189,231,72).

#bde748 hex color red value is 189, green value is 231 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bde748 hue: 0.21 , saturation: 0.77 and the lightness value of bde748 is 0.59.

The process color (four color CMYK) of #bde748 color hex is 0.18, 0.00, 0.69, 0.09. Web safe color of #bde748 is #ccff33. Color #bde748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 01001000
Octal 275 347 110
Decimal 189 231 72
Hex BD E7 48

RGB Percentages of Color #bde748

%38.41
%46.95
%14.63

CMYK Percentages of Color #bde748

%18
%0
%69
%9

Triadic Colors of #bde748

#bde748 #48bde7 #e748bd

Analogous Colors of #bde748

#bde748 #6ee748 #e7c248

Monochromatic Colors of #bde748

#bde748

Complementary Color

#bde748 #7248e7

#bde748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde748 Color CSS Codes

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

#bde748 Text Font Color

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

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


#bde748 Background Color

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

This div background color is #bde748


#bde748 Border Color

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

This div border color is #bde748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde748


Comments

No comments written yet.

Please login to write comment.