Color Hex Logo

#bcd267 Color Hex

#BCD267
(188,210,103)
0 Favorites   0 Comments

Color spaces of #bcd267

RGB 188210103
HSL0.200.540.61
HSV72°51°82°
CMYK 0.100.000.51   0.18
XYZ46.233857.763821.5447
Yxy57.76380.36830.4601
Hunter Lab76.0025-24.419436.3946
CIE-Lab80.6073-23.183450.0202

#bcd267 color RGB value is (188,210,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01100111
Octal 274 322 147
Decimal 188 210 103
Hex BC D2 67

RGB Percentages of Color #bcd267

%37.52
%41.92
%20.56

CMYK Percentages of Color #bcd267

%10
%0
%51
%18

Triadic Colors of #bcd267

#bcd267 #67bcd2 #d267bc

Analogous Colors of #bcd267

#bcd267 #87d267 #d2b367

Monochromatic Colors of #bcd267

#bcd267

Complementary Color

#bcd267 #7d67d2

#bcd267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd267 Color CSS Codes

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

#bcd267 Text Font Color

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

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


#bcd267 Background Color

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

This div background color is #bcd267


#bcd267 Border Color

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

This div border color is #bcd267


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,210,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd267


Comments

No comments written yet.

Please login to write comment.