Color Hex Logo

#20bbce Color Hex

#20BBCE
(32,187,206)
0 Favorites   0 Comments

Color spaces of #20bbce

RGB 32187206
HSL0.520.730.47
HSV187°84°81°
CMYK 0.840.090.00   0.19
XYZ29.506640.304064.6168
Yxy40.30400.21950.2998
Hunter Lab63.4854-28.1367-15.9068
CIE-Lab69.6855-30.7783-20.3370

#20bbce color RGB value is (32,187,206).

#20bbce hex color red value is 32, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #20bbce hue: 0.52 , saturation: 0.73 and the lightness value of 20bbce is 0.47.

The process color (four color CMYK) of #20bbce color hex is 0.84, 0.09, 0.00, 0.19. Web safe color of #20bbce is #33cccc. Color #20bbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111011 11001110
Octal 40 273 316
Decimal 32 187 206
Hex 20 BB CE

RGB Percentages of Color #20bbce

%7.53
%44.00
%48.47

CMYK Percentages of Color #20bbce

%84
%9
%0
%19

Triadic Colors of #20bbce

#20bbce #ce20bb #bbce20

Analogous Colors of #20bbce

#20bbce #2064ce #20ce8a

Monochromatic Colors of #20bbce

#20bbce

Complementary Color

#20bbce #ce3320

#20bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bbce Color CSS Codes

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

#20bbce Text Font Color

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

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


#20bbce Background Color

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

This div background color is #20bbce


#20bbce Border Color

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

This div border color is #20bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bbce


Comments

No comments written yet.

Please login to write comment.