Color Hex Logo

#bdf5ab Color Hex

#BDF5AB
(189,245,171)
0 Favorites   0 Comments

Color spaces of #bdf5ab

RGB 189245171
HSL0.290.790.82
HSV105°30°96°
CMYK 0.230.000.30   0.04
XYZ60.989479.063950.5745
Yxy79.06390.31990.4148
Hunter Lab88.9179-33.171928.5197
CIE-Lab91.2632-31.078630.0476

#bdf5ab color RGB value is (189,245,171).

#bdf5ab hex color red value is 189, green value is 245 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdf5ab hue: 0.29 , saturation: 0.79 and the lightness value of bdf5ab is 0.82.

The process color (four color CMYK) of #bdf5ab color hex is 0.23, 0.00, 0.30, 0.04. Web safe color of #bdf5ab is #ccff99. Color #bdf5ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110101 10101011
Octal 275 365 253
Decimal 189 245 171
Hex BD F5 AB

RGB Percentages of Color #bdf5ab

%31.24
%40.50
%28.26

CMYK Percentages of Color #bdf5ab

%23
%0
%30
%4

Triadic Colors of #bdf5ab

#bdf5ab #abbdf5 #f5abbd

Analogous Colors of #bdf5ab

#bdf5ab #abf5be #e2f5ab

Monochromatic Colors of #bdf5ab

#bdf5ab

Complementary Color

#bdf5ab #e3abf5

#bdf5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf5ab Color CSS Codes

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

#bdf5ab Text Font Color

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

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


#bdf5ab Background Color

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

This div background color is #bdf5ab


#bdf5ab Border Color

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

This div border color is #bdf5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf5ab


Comments

No comments written yet.

Please login to write comment.