Color Hex Logo

#0bceae Color Hex

#0BCEAE
(11,206,174)
0 Favorites   0 Comments

Color spaces of #0bceae

RGB 11206174
HSL0.470.900.43
HSV170°95°81°
CMYK 0.950.000.16   0.19
XYZ29.849347.269847.5952
Yxy47.26980.23930.3790
Hunter Lab68.7530-42.82167.0828
CIE-Lab74.3620-49.63004.0108

#0bceae color RGB value is (11,206,174).

#0bceae hex color red value is 11, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0bceae hue: 0.47 , saturation: 0.90 and the lightness value of 0bceae is 0.43.

The process color (four color CMYK) of #0bceae color hex is 0.95, 0.00, 0.16, 0.19. Web safe color of #0bceae is #00cc99. Color #0bceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001110 10101110
Octal 13 316 256
Decimal 11 206 174
Hex B CE AE

RGB Percentages of Color #0bceae

%2.81
%52.69
%44.50

CMYK Percentages of Color #0bceae

%95
%0
%16
%19

Triadic Colors of #0bceae

#0bceae #ae0bce #ceae0b

Analogous Colors of #0bceae

#0bceae #0b8dce #0bce4d

Monochromatic Colors of #0bceae

#0bceae

Complementary Color

#0bceae #ce0b2b

#0bceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bceae Color CSS Codes

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

#0bceae Text Font Color

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

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


#0bceae Background Color

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

This div background color is #0bceae


#0bceae Border Color

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

This div border color is #0bceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bceae


Comments

No comments written yet.

Please login to write comment.