Color Hex Logo

#bcd068 Color Hex

#BCD068
(188,208,104)
0 Favorites   0 Comments

Color spaces of #bcd068

RGB 188208104
HSL0.200.530.61
HSV72°50°82°
CMYK 0.100.000.50   0.18
XYZ45.793656.802621.6471
Yxy56.80260.36860.4572
Hunter Lab75.3675-23.435835.7279
CIE-Lab80.0684-22.112748.9068

#bcd068 color RGB value is (188,208,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01101000
Octal 274 320 150
Decimal 188 208 104
Hex BC D0 68

RGB Percentages of Color #bcd068

%37.60
%41.60
%20.80

CMYK Percentages of Color #bcd068

%10
%0
%50
%18

Triadic Colors of #bcd068

#bcd068 #68bcd0 #d068bc

Analogous Colors of #bcd068

#bcd068 #88d068 #d0b068

Monochromatic Colors of #bcd068

#bcd068

Complementary Color

#bcd068 #7c68d0

#bcd068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd068 Color CSS Codes

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

#bcd068 Text Font Color

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

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


#bcd068 Background Color

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

This div background color is #bcd068


#bcd068 Border Color

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

This div border color is #bcd068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd068


Comments

No comments written yet.

Please login to write comment.