Color Hex Logo

#0bdaec Color Hex

#0BDAEC
(11,218,236)
0 Favorites   0 Comments

Color spaces of #0bdaec

RGB 11218236
HSL0.510.910.48
HSV185°95°93°
CMYK 0.950.080.00   0.07
XYZ40.349756.270188.0914
Yxy56.27010.21840.3046
Hunter Lab75.0134-35.2583-17.1174
CIE-Lab79.7673-37.0069-21.2447

#0bdaec color RGB value is (11,218,236).

#0bdaec hex color red value is 11, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0bdaec hue: 0.51 , saturation: 0.91 and the lightness value of 0bdaec is 0.48.

The process color (four color CMYK) of #0bdaec color hex is 0.95, 0.08, 0.00, 0.07. Web safe color of #0bdaec is #00ccff. Color #0bdaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011010 11101100
Octal 13 332 354
Decimal 11 218 236
Hex B DA EC

RGB Percentages of Color #0bdaec

%2.37
%46.88
%50.75

CMYK Percentages of Color #0bdaec

%95
%8
%0
%7

Triadic Colors of #0bdaec

#0bdaec #ec0bda #daec0b

Analogous Colors of #0bdaec

#0bdaec #0b6aec #0bec8e

Monochromatic Colors of #0bdaec

#0bdaec

Complementary Color

#0bdaec #ec1d0b

#0bdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdaec Color CSS Codes

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

#0bdaec Text Font Color

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

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


#0bdaec Background Color

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

This div background color is #0bdaec


#0bdaec Border Color

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

This div border color is #0bdaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdaec


Comments

No comments written yet.

Please login to write comment.