Color Hex Logo

#bcd448 Color Hex

#BCD448
(188,212,72)
0 Favorites   0 Comments

Color spaces of #bcd448

RGB 18821272
HSL0.200.620.56
HSV70°66°83°
CMYK 0.110.000.66   0.17
XYZ45.452258.246214.9779
Yxy58.24620.38300.4908
Hunter Lab76.3192-27.252241.7876
CIE-Lab80.8755-26.567863.7838

#bcd448 color RGB value is (188,212,72).

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

The process color (four color CMYK) of #bcd448 color hex is 0.11, 0.00, 0.66, 0.17. Web safe color of #bcd448 is #cccc33. Color #bcd448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01001000
Octal 274 324 110
Decimal 188 212 72
Hex BC D4 48

RGB Percentages of Color #bcd448

%39.83
%44.92
%15.25

CMYK Percentages of Color #bcd448

%11
%0
%66
%17

Triadic Colors of #bcd448

#bcd448 #48bcd4 #d448bc

Analogous Colors of #bcd448

#bcd448 #76d448 #d4a648

Monochromatic Colors of #bcd448

#bcd448

Complementary Color

#bcd448 #6048d4

#bcd448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd448 Color CSS Codes

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

#bcd448 Text Font Color

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

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


#bcd448 Background Color

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

This div background color is #bcd448


#bcd448 Border Color

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

This div border color is #bcd448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd448


Comments

No comments written yet.

Please login to write comment.