Color Hex Logo

#bdf669 Color Hex

#BDF669
(189,246,105)
0 Favorites   0 Comments

Color spaces of #bdf669

RGB 189246105
HSL0.230.890.69
HSV84°57°96°
CMYK 0.230.000.57   0.04
XYZ56.491877.750325.3945
Yxy77.75030.35390.4870
Hunter Lab88.1761-39.948644.6479
CIE-Lab90.6658-39.376660.7976

#bdf669 color RGB value is (189,246,105).

#bdf669 hex color red value is 189, green value is 246 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bdf669 hue: 0.23 , saturation: 0.89 and the lightness value of bdf669 is 0.69.

The process color (four color CMYK) of #bdf669 color hex is 0.23, 0.00, 0.57, 0.04. Web safe color of #bdf669 is #ccff66. Color #bdf669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01101001
Octal 275 366 151
Decimal 189 246 105
Hex BD F6 69

RGB Percentages of Color #bdf669

%35.00
%45.56
%19.44

CMYK Percentages of Color #bdf669

%23
%0
%57
%4

Triadic Colors of #bdf669

#bdf669 #69bdf6 #f669bd

Analogous Colors of #bdf669

#bdf669 #77f669 #f6e969

Monochromatic Colors of #bdf669

#bdf669

Complementary Color

#bdf669 #a269f6

#bdf669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf669 Color CSS Codes

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

#bdf669 Text Font Color

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

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


#bdf669 Background Color

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

This div background color is #bdf669


#bdf669 Border Color

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

This div border color is #bdf669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf669


Comments

No comments written yet.

Please login to write comment.