Color Hex Logo

#bcea75 Color Hex

#BCEA75
(188,234,117)
0 Favorites   0 Comments

Color spaces of #bcea75

RGB 188234117
HSL0.230.740.69
HSV84°50°92°
CMYK 0.200.000.50   0.08
XYZ53.372770.821427.6865
Yxy70.82140.35140.4663
Hunter Lab84.1555-34.064639.4029
CIE-Lab87.3982-33.175851.5661

#bcea75 color RGB value is (188,234,117).

#bcea75 hex color red value is 188, green value is 234 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bcea75 hue: 0.23 , saturation: 0.74 and the lightness value of bcea75 is 0.69.

The process color (four color CMYK) of #bcea75 color hex is 0.20, 0.00, 0.50, 0.08. Web safe color of #bcea75 is #ccff66. Color #bcea75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 01110101
Octal 274 352 165
Decimal 188 234 117
Hex BC EA 75

RGB Percentages of Color #bcea75

%34.88
%43.41
%21.71

CMYK Percentages of Color #bcea75

%20
%0
%50
%8

Triadic Colors of #bcea75

#bcea75 #75bcea #ea75bc

Analogous Colors of #bcea75

#bcea75 #82ea75 #eade75

Monochromatic Colors of #bcea75

#bcea75

Complementary Color

#bcea75 #a375ea

#bcea75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcea75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcea75 Color CSS Codes

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

#bcea75 Text Font Color

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

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


#bcea75 Background Color

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

This div background color is #bcea75


#bcea75 Border Color

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

This div border color is #bcea75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcea75


Comments

No comments written yet.

Please login to write comment.