Color Hex Logo

#0fbdde Color Hex

#0FBDDE
(15,189,222)
0 Favorites   0 Comments

Color spaces of #0fbdde

RGB 15189222
HSL0.530.870.46
HSV190°93°87°
CMYK 0.930.150.00   0.13
XYZ31.579441.770775.5054
Yxy41.77070.21210.2806
Hunter Lab64.6303-25.8849-24.0254
CIE-Lab70.7125-27.4562-27.5212

#0fbdde color RGB value is (15,189,222).

#0fbdde hex color red value is 15, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0fbdde hue: 0.53 , saturation: 0.87 and the lightness value of 0fbdde is 0.46.

The process color (four color CMYK) of #0fbdde color hex is 0.93, 0.15, 0.00, 0.13. Web safe color of #0fbdde is #00cccc. Color #0fbdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111101 11011110
Octal 17 275 336
Decimal 15 189 222
Hex F BD DE

RGB Percentages of Color #0fbdde

%3.52
%44.37
%52.11

CMYK Percentages of Color #0fbdde

%93
%15
%0
%13

Triadic Colors of #0fbdde

#0fbdde #de0fbd #bdde0f

Analogous Colors of #0fbdde

#0fbdde #0f55de #0fde98

Monochromatic Colors of #0fbdde

#0fbdde

Complementary Color

#0fbdde #de300f

#0fbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbdde Color CSS Codes

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

#0fbdde Text Font Color

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

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


#0fbdde Background Color

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

This div background color is #0fbdde


#0fbdde Border Color

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

This div border color is #0fbdde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,189,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fbdde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fbdde;
  -webkit-box-shadow: 1px 1px 3px 2px #0fbdde;
  box-shadow:         1px 1px 3px 2px #0fbdde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,189,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbdde


Comments

No comments written yet.

Please login to write comment.