Color Hex Logo

#0bddfe Color Hex

#0BDDFE
(11,221,254)
0 Favorites   0 Comments

Color spaces of #0bddfe

RGB 11221254
HSL0.520.990.52
HSV188°96°100°
CMYK 0.960.130.00   0.00
XYZ43.883958.9398102.8295
Yxy58.93980.21340.2866
Hunter Lab76.7723-32.3188-25.6730
CIE-Lab81.2585-32.7686-28.5356

#0bddfe color RGB value is (11,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011101 11111110
Octal 13 335 376
Decimal 11 221 254
Hex B DD FE

RGB Percentages of Color #0bddfe

%2.26
%45.47
%52.26

CMYK Percentages of Color #0bddfe

%96
%13
%0
%0

Triadic Colors of #0bddfe

#0bddfe #fe0bdd #ddfe0b

Analogous Colors of #0bddfe

#0bddfe #0b64fe #0bfea6

Monochromatic Colors of #0bddfe

#0bddfe

Complementary Color

#0bddfe #fe2c0b

#0bddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bddfe Color CSS Codes

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

#0bddfe Text Font Color

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

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


#0bddfe Background Color

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

This div background color is #0bddfe


#0bddfe Border Color

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

This div border color is #0bddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.