color codes Logo

#0fcbe9 color codes

#0FCBE9
(15,203,233)
0 Favorites   0 Comments

Color spaces of #0fcbe9

RGB 15203233
HSL0.520.880.49
HSV188°94°91°
CMYK 0.940.130.00   0.09
XYZ36.260948.696684.5790
Yxy48.69660.21390.2872
Hunter Lab69.7829-29.3673-23.0132
CIE-Lab75.2622-30.7362-26.5016

#0fcbe9 color RGB value is (15,203,233).

#0fcbe9 hex color red value is 15, green value is 203 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #0fcbe9 hue: 0.52 , saturation: 0.88 and the lightness value of 0fcbe9 is 0.49.

The process color (four color CMYK) of #0fcbe9 color code is 0.94, 0.13, 0.00, 0.09. Web safe color of #0fcbe9 is #00ccff. Color #0fcbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001011 11101001
Octal 17 313 351
Decimal 15 203 233
Hex F CB E9

RGB Percentages of Color #0fcbe9

%3.33
%45.01
%51.66

CMYK Percentages of Color #0fcbe9

%94
%13
%0
%9

Triadic Colors of #0fcbe9

#0fcbe9 #e90fcb #cbe90f

Analogous Colors of #0fcbe9

#0fcbe9 #0f5ee9 #0fe99a

Monochromatic Colors of #0fcbe9

#0fcbe9

Complementary Color

#0fcbe9 #e92d0f

#0fcbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcbe9 Color CSS Codes

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

#0fcbe9 Text Font Color

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

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


#0fcbe9 Background Color

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

This div background color is #0fcbe9


#0fcbe9 Border Color

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

This div border color is #0fcbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcbe9


Comments

No comments written yet.

Please login to write comment.