Color Hex Logo

#0bddfc Color Hex

#0BDDFC
(11,221,252)
0 Favorites   0 Comments

Color spaces of #0bddfc

RGB 11221252
HSL0.520.980.52
HSV188°96°99°
CMYK 0.960.120.00   0.01
XYZ43.565258.8123101.1513
Yxy58.81230.21400.2890
Hunter Lab76.6892-32.8047-24.5198
CIE-Lab81.1883-33.4039-27.5833

#0bddfc color RGB value is (11,221,252).

#0bddfc hex color red value is 11, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0bddfc hue: 0.52 , saturation: 0.98 and the lightness value of 0bddfc is 0.52.

The process color (four color CMYK) of #0bddfc color hex is 0.96, 0.12, 0.00, 0.01. Web safe color of #0bddfc is #00ccff. Color #0bddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011101 11111100
Octal 13 335 374
Decimal 11 221 252
Hex B DD FC

RGB Percentages of Color #0bddfc

%2.27
%45.66
%52.07

CMYK Percentages of Color #0bddfc

%96
%12
%0
%1

Triadic Colors of #0bddfc

#0bddfc #fc0bdd #ddfc0b

Analogous Colors of #0bddfc

#0bddfc #0b65fc #0bfca3

Monochromatic Colors of #0bddfc

#0bddfc

Complementary Color

#0bddfc #fc2a0b

#0bddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bddfc Color CSS Codes

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

#0bddfc Text Font Color

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

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


#0bddfc Background Color

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

This div background color is #0bddfc


#0bddfc Border Color

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

This div border color is #0bddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.