Color Hex Logo

#0fbcee Color Hex

#0FBCEE
(15,188,238)
0 Favorites   0 Comments

Color spaces of #0fbcee

RGB 15188238
HSL0.540.880.50
HSV193°94°93°
CMYK 0.940.210.00   0.07
XYZ33.612842.241087.2707
Yxy42.24100.20610.2589
Hunter Lab64.9931-21.4221-34.1176
CIE-Lab71.0368-21.5749-35.7168

#0fbcee color RGB value is (15,188,238).

#0fbcee hex color red value is 15, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0fbcee hue: 0.54 , saturation: 0.88 and the lightness value of 0fbcee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111100 11101110
Octal 17 274 356
Decimal 15 188 238
Hex F BC EE

RGB Percentages of Color #0fbcee

%3.40
%42.63
%53.97

CMYK Percentages of Color #0fbcee

%94
%21
%0
%7

Triadic Colors of #0fbcee

#0fbcee #ee0fbc #bcee0f

Analogous Colors of #0fbcee

#0fbcee #0f4dee #0feeb1

Monochromatic Colors of #0fbcee

#0fbcee

Complementary Color

#0fbcee #ee410f

#0fbcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbcee Color CSS Codes

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

#0fbcee Text Font Color

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

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


#0fbcee Background Color

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

This div background color is #0fbcee


#0fbcee Border Color

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

This div border color is #0fbcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,188,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 #0fbcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbcee


Comments

No comments written yet.

Please login to write comment.