Color Hex Logo

#bced34 Color Hex

#BCED34
(188,237,52)
0 Favorites   0 Comments

Color spaces of #bced34

RGB 18823752
HSL0.210.840.57
HSV76°78°93°
CMYK 0.210.000.78   0.07
XYZ51.643171.507714.3293
Yxy71.50770.37560.5201
Hunter Lab84.5622-38.971949.1467
CIE-Lab87.7311-39.115777.1161

#bced34 color RGB value is (188,237,52).

#bced34 hex color red value is 188, green value is 237 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bced34 hue: 0.21 , saturation: 0.84 and the lightness value of bced34 is 0.57.

The process color (four color CMYK) of #bced34 color hex is 0.21, 0.00, 0.78, 0.07. Web safe color of #bced34 is #ccff33. Color #bced34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 00110100
Octal 274 355 64
Decimal 188 237 52
Hex BC ED 34

RGB Percentages of Color #bced34

%39.41
%49.69
%10.90

CMYK Percentages of Color #bced34

%21
%0
%78
%7

Triadic Colors of #bced34

#bced34 #34bced #ed34bc

Analogous Colors of #bced34

#bced34 #60ed34 #edc234

Monochromatic Colors of #bced34

#bced34

Complementary Color

#bced34 #6534ed

#bced34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bced34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bced34 Color CSS Codes

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

#bced34 Text Font Color

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

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


#bced34 Background Color

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

This div background color is #bced34


#bced34 Border Color

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

This div border color is #bced34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,237,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 #bced34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bced34


Comments

No comments written yet.

Please login to write comment.