Color Hex Logo

#bde752 Color Hex

#BDE752
(189,231,82)
0 Favorites   0 Comments

Color spaces of #bde752

RGB 18923182
HSL0.210.760.61
HSV77°65°91°
CMYK 0.180.000.65   0.09
XYZ51.085268.579818.5274
Yxy68.57980.36970.4963
Hunter Lab82.8129-34.810544.7043
CIE-Lab86.2955-34.402565.5440

#bde752 color RGB value is (189,231,82).

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

The process color (four color CMYK) of #bde752 color hex is 0.18, 0.00, 0.65, 0.09. Web safe color of #bde752 is #ccff66. Color #bde752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 01010010
Octal 275 347 122
Decimal 189 231 82
Hex BD E7 52

RGB Percentages of Color #bde752

%37.65
%46.02
%16.33

CMYK Percentages of Color #bde752

%18
%0
%65
%9

Triadic Colors of #bde752

#bde752 #52bde7 #e752bd

Analogous Colors of #bde752

#bde752 #73e752 #e7c752

Monochromatic Colors of #bde752

#bde752

Complementary Color

#bde752 #7c52e7

#bde752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde752 Color CSS Codes

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

#bde752 Text Font Color

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

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


#bde752 Background Color

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

This div background color is #bde752


#bde752 Border Color

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

This div border color is #bde752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde752


Comments

No comments written yet.

Please login to write comment.