Color Hex Logo

#bbce01 Color Hex

#BBCE01
(187,206,1)
0 Favorites   0 Comments

Color spaces of #bbce01

RGB 1872061
HSL0.180.990.41
HSV66°100°81°
CMYK 0.090.001.00   0.19
XYZ42.570354.70968.3450
Yxy54.70960.40300.5180
Hunter Lab73.9659-26.706645.0869
CIE-Lab78.8737-26.384378.6210

#bbce01 color RGB value is (187,206,1).

#bbce01 hex color red value is 187, green value is 206 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbce01 hue: 0.18 , saturation: 0.99 and the lightness value of bbce01 is 0.41.

The process color (four color CMYK) of #bbce01 color hex is 0.09, 0.00, 1.00, 0.19. Web safe color of #bbce01 is #cccc00. Color #bbce01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 00000001
Octal 273 316 1
Decimal 187 206 1
Hex BB CE 1

RGB Percentages of Color #bbce01

%47.46
%52.28
%0.25

CMYK Percentages of Color #bbce01

%9
%0
%100
%19

Triadic Colors of #bbce01

#bbce01 #01bbce #ce01bb

Analogous Colors of #bbce01

#bbce01 #54ce01 #ce7b01

Monochromatic Colors of #bbce01

#bbce01

Complementary Color

#bbce01 #1401ce

#bbce01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce01 Color CSS Codes

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

#bbce01 Text Font Color

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

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


#bbce01 Background Color

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

This div background color is #bbce01


#bbce01 Border Color

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

This div border color is #bbce01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,206,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbce01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbce01;
  -webkit-box-shadow: 1px 1px 3px 2px #bbce01;
  box-shadow:         1px 1px 3px 2px #bbce01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,206,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce01


Comments

No comments written yet.

Please login to write comment.