Color Hex Logo

#bdf788 Color Hex

#BDF788
(189,247,136)
0 Favorites   0 Comments

Color spaces of #bdf788

RGB 189247136
HSL0.250.870.75
HSV91°45°97°
CMYK 0.230.000.45   0.03
XYZ58.691079.117935.4705
Yxy79.11790.33870.4566
Hunter Lab88.9482-37.879238.6203
CIE-Lab91.2876-36.670747.3636

#bdf788 color RGB value is (189,247,136).

#bdf788 hex color red value is 189, green value is 247 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bdf788 hue: 0.25 , saturation: 0.87 and the lightness value of bdf788 is 0.75.

The process color (four color CMYK) of #bdf788 color hex is 0.23, 0.00, 0.45, 0.03. Web safe color of #bdf788 is #ccff99. Color #bdf788 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110111 10001000
Octal 275 367 210
Decimal 189 247 136
Hex BD F7 88

RGB Percentages of Color #bdf788

%33.04
%43.18
%23.78

CMYK Percentages of Color #bdf788

%23
%0
%45
%3

Triadic Colors of #bdf788

#bdf788 #88bdf7 #f788bd

Analogous Colors of #bdf788

#bdf788 #88f78b #f5f788

Monochromatic Colors of #bdf788

#bdf788

Complementary Color

#bdf788 #c288f7

#bdf788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf788 Color CSS Codes

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

#bdf788 Text Font Color

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

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


#bdf788 Background Color

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

This div background color is #bdf788


#bdf788 Border Color

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

This div border color is #bdf788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf788


Comments

No comments written yet.

Please login to write comment.