Color Hex Logo

#bceb65 Color Hex

#BCEB65
(188,235,101)
0 Favorites   0 Comments

Color spaces of #bceb65

RGB 188235101
HSL0.230.770.66
HSV81°57°92°
CMYK 0.200.000.57   0.08
XYZ52.796371.047623.2428
Yxy71.04760.35890.4830
Hunter Lab84.2897-35.700642.6537
CIE-Lab87.5081-35.140158.9334

#bceb65 color RGB value is (188,235,101).

#bceb65 hex color red value is 188, green value is 235 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bceb65 hue: 0.23 , saturation: 0.77 and the lightness value of bceb65 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01100101
Octal 274 353 145
Decimal 188 235 101
Hex BC EB 65

RGB Percentages of Color #bceb65

%35.88
%44.85
%19.27

CMYK Percentages of Color #bceb65

%20
%0
%57
%8

Triadic Colors of #bceb65

#bceb65 #65bceb #eb65bc

Analogous Colors of #bceb65

#bceb65 #79eb65 #ebd765

Monochromatic Colors of #bceb65

#bceb65

Complementary Color

#bceb65 #9465eb

#bceb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb65 Color CSS Codes

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

#bceb65 Text Font Color

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

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


#bceb65 Background Color

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

This div background color is #bceb65


#bceb65 Border Color

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

This div border color is #bceb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb65


Comments

No comments written yet.

Please login to write comment.