Color Hex Logo

#bce690 Color Hex

#BCE690
(188,230,144)
0 Favorites   0 Comments

Color spaces of #bce690

RGB 188230144
HSL0.250.630.73
HSV89°37°90°
CMYK 0.180.000.37   0.10
XYZ54.069969.298636.9117
Yxy69.29860.33730.4324
Hunter Lab83.2458-29.740631.9825
CIE-Lab86.6517-28.169837.5316

#bce690 color RGB value is (188,230,144).

#bce690 hex color red value is 188, green value is 230 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bce690 hue: 0.25 , saturation: 0.63 and the lightness value of bce690 is 0.73.

The process color (four color CMYK) of #bce690 color hex is 0.18, 0.00, 0.37, 0.10. Web safe color of #bce690 is #ccff99. Color #bce690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10010000
Octal 274 346 220
Decimal 188 230 144
Hex BC E6 90

RGB Percentages of Color #bce690

%33.45
%40.93
%25.62

CMYK Percentages of Color #bce690

%18
%0
%37
%10

Triadic Colors of #bce690

#bce690 #90bce6 #e690bc

Analogous Colors of #bce690

#bce690 #91e690 #e6e590

Monochromatic Colors of #bce690

#bce690

Complementary Color

#bce690 #ba90e6

#bce690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce690 Color CSS Codes

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

#bce690 Text Font Color

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

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


#bce690 Background Color

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

This div background color is #bce690


#bce690 Border Color

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

This div border color is #bce690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce690


Comments

No comments written yet.

Please login to write comment.