Color Hex Logo

#bcd269 Color Hex

#BCD269
(188,210,105)
0 Favorites   0 Comments

Color spaces of #bcd269

RGB 188210105
HSL0.200.540.62
HSV73°50°82°
CMYK 0.100.000.50   0.18
XYZ46.335457.804522.0798
Yxy57.80450.36710.4580
Hunter Lab76.0293-24.265936.0020
CIE-Lab80.6300-22.993349.1024

#bcd269 color RGB value is (188,210,105).

#bcd269 hex color red value is 188, green value is 210 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bcd269 hue: 0.20 , saturation: 0.54 and the lightness value of bcd269 is 0.62.

The process color (four color CMYK) of #bcd269 color hex is 0.10, 0.00, 0.50, 0.18. Web safe color of #bcd269 is #cccc66. Color #bcd269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01101001
Octal 274 322 151
Decimal 188 210 105
Hex BC D2 69

RGB Percentages of Color #bcd269

%37.38
%41.75
%20.87

CMYK Percentages of Color #bcd269

%10
%0
%50
%18

Triadic Colors of #bcd269

#bcd269 #69bcd2 #d269bc

Analogous Colors of #bcd269

#bcd269 #88d269 #d2b469

Monochromatic Colors of #bcd269

#bcd269

Complementary Color

#bcd269 #7f69d2

#bcd269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd269 Color CSS Codes

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

#bcd269 Text Font Color

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

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


#bcd269 Background Color

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

This div background color is #bcd269


#bcd269 Border Color

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

This div border color is #bcd269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,210,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 #bcd269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd269


Comments

No comments written yet.

Please login to write comment.