Color Hex Logo

#baed3d Color Hex

#BAED3D
(186,237,61)
0 Favorites   0 Comments

Color spaces of #baed3d

RGB 18623761
HSL0.210.830.58
HSV77°74°93°
CMYK 0.220.000.74   0.07
XYZ51.376271.344415.4779
Yxy71.34440.37180.5162
Hunter Lab84.4656-39.242248.2613
CIE-Lab87.6521-39.479274.3313

#baed3d color RGB value is (186,237,61).

#baed3d hex color red value is 186, green value is 237 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #baed3d hue: 0.21 , saturation: 0.83 and the lightness value of baed3d is 0.58.

The process color (four color CMYK) of #baed3d color hex is 0.22, 0.00, 0.74, 0.07. Web safe color of #baed3d is #ccff33. Color #baed3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101101 00111101
Octal 272 355 75
Decimal 186 237 61
Hex BA ED 3D

RGB Percentages of Color #baed3d

%38.43
%48.97
%12.60

CMYK Percentages of Color #baed3d

%22
%0
%74
%7

Triadic Colors of #baed3d

#baed3d #3dbaed #ed3dba

Analogous Colors of #baed3d

#baed3d #62ed3d #edc83d

Monochromatic Colors of #baed3d

#baed3d

Complementary Color

#baed3d #703ded

#baed3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baed3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baed3d Color CSS Codes

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

#baed3d Text Font Color

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

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


#baed3d Background Color

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

This div background color is #baed3d


#baed3d Border Color

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

This div border color is #baed3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,237,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baed3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baed3d;
  -webkit-box-shadow: 1px 1px 3px 2px #baed3d;
  box-shadow:         1px 1px 3px 2px #baed3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,237,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baed3d


Comments

No comments written yet.

Please login to write comment.