Color Hex Logo

#0bcdee Color Hex

#0BCDEE
(11,205,238)
0 Favorites   0 Comments

Color spaces of #0bcdee

RGB 11205238
HSL0.520.910.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ37.401949.906888.5506
Yxy49.90680.21270.2838
Hunter Lab70.6447-29.1239-24.8665
CIE-Lab76.0120-30.2039-28.0426

#0bcdee color RGB value is (11,205,238).

#0bcdee hex color red value is 11, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0bcdee hue: 0.52 , saturation: 0.91 and the lightness value of 0bcdee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001101 11101110
Octal 13 315 356
Decimal 11 205 238
Hex B CD EE

RGB Percentages of Color #0bcdee

%2.42
%45.15
%52.42

CMYK Percentages of Color #0bcdee

%95
%14
%0
%7

Triadic Colors of #0bcdee

#0bcdee #ee0bcd #cdee0b

Analogous Colors of #0bcdee

#0bcdee #0b5bee #0bee9e

Monochromatic Colors of #0bcdee

#0bcdee

Complementary Color

#0bcdee #ee2c0b

#0bcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcdee Color CSS Codes

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

#0bcdee Text Font Color

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

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


#0bcdee Background Color

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

This div background color is #0bcdee


#0bcdee Border Color

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

This div border color is #0bcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcdee


Comments

No comments written yet.

Please login to write comment.