Color Hex Logo

#18bbce Color Hex

#18BBCE
(24,187,206)
0 Favorites   0 Comments

Color spaces of #18bbce

RGB 24187206
HSL0.520.790.45
HSV186°88°81°
CMYK 0.880.090.00   0.19
XYZ29.287640.191164.6066
Yxy40.19110.21840.2997
Hunter Lab63.3965-28.4812-16.0442
CIE-Lab69.6054-31.2728-20.4662

#18bbce color RGB value is (24,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111011 11001110
Octal 30 273 316
Decimal 24 187 206
Hex 18 BB CE

RGB Percentages of Color #18bbce

%5.76
%44.84
%49.40

CMYK Percentages of Color #18bbce

%88
%9
%0
%19

Triadic Colors of #18bbce

#18bbce #ce18bb #bbce18

Analogous Colors of #18bbce

#18bbce #1860ce #18ce86

Monochromatic Colors of #18bbce

#18bbce

Complementary Color

#18bbce #ce2b18

#18bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bbce Color CSS Codes

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

#18bbce Text Font Color

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

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


#18bbce Background Color

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

This div background color is #18bbce


#18bbce Border Color

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

This div border color is #18bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bbce


Comments

No comments written yet.

Please login to write comment.