Color Hex Logo

#0fcbbd Color Hex

#0FCBBD
(15,203,189)
0 Favorites   0 Comments

Color spaces of #0fcbbd

RGB 15203189
HSL0.490.860.43
HSV176°93°80°
CMYK 0.930.000.07   0.20
XYZ30.738246.487655.4970
Yxy46.48760.23160.3503
Hunter Lab68.1818-38.8456-0.5322
CIE-Lab73.8608-44.1290-4.8270

#0fcbbd color RGB value is (15,203,189).

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

The process color (four color CMYK) of #0fcbbd color hex is 0.93, 0.00, 0.07, 0.20. Web safe color of #0fcbbd is #00cccc. Color #0fcbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001011 10111101
Octal 17 313 275
Decimal 15 203 189
Hex F CB BD

RGB Percentages of Color #0fcbbd

%3.69
%49.88
%46.44

CMYK Percentages of Color #0fcbbd

%93
%0
%7
%20

Triadic Colors of #0fcbbd

#0fcbbd #bd0fcb #cbbd0f

Analogous Colors of #0fcbbd

#0fcbbd #0f7bcb #0fcb5f

Monochromatic Colors of #0fcbbd

#0fcbbd

Complementary Color

#0fcbbd #cb0f1d

#0fcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcbbd Color CSS Codes

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

#0fcbbd Text Font Color

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

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


#0fcbbd Background Color

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

This div background color is #0fcbbd


#0fcbbd Border Color

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

This div border color is #0fcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcbbd


Comments

No comments written yet.

Please login to write comment.