Color Hex Logo

#bcc234 Color Hex

#BCC234
(188,194,52)
0 Favorites   0 Comments

Color spaces of #bcc234

RGB 18819452
HSL0.170.580.48
HSV63°73°76°
CMYK 0.030.000.73   0.24
XYZ40.650749.522910.6652
Yxy49.52290.40310.4911
Hunter Lab70.3725-20.041340.2751
CIE-Lab75.7755-18.868766.0402

#bcc234 color RGB value is (188,194,52).

#bcc234 hex color red value is 188, green value is 194 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bcc234 hue: 0.17 , saturation: 0.58 and the lightness value of bcc234 is 0.48.

The process color (four color CMYK) of #bcc234 color hex is 0.03, 0.00, 0.73, 0.24. Web safe color of #bcc234 is #cccc33. Color #bcc234 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00110100
Octal 274 302 64
Decimal 188 194 52
Hex BC C2 34

RGB Percentages of Color #bcc234

%43.32
%44.70
%11.98

CMYK Percentages of Color #bcc234

%3
%0
%73
%24

Triadic Colors of #bcc234

#bcc234 #34bcc2 #c234bc

Analogous Colors of #bcc234

#bcc234 #75c234 #c28134

Monochromatic Colors of #bcc234

#bcc234

Complementary Color

#bcc234 #3a34c2

#bcc234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc234 Color CSS Codes

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

#bcc234 Text Font Color

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

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


#bcc234 Background Color

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

This div background color is #bcc234


#bcc234 Border Color

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

This div border color is #bcc234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc234


Comments

No comments written yet.

Please login to write comment.