Color Hex Logo

#0afbca Color Hex

#0AFBCA
(10,251,202)
0 Favorites   0 Comments

Color spaces of #0afbca

RGB 10251202
HSL0.470.970.51
HSV168°96°98°
CMYK 0.960.000.20   0.02
XYZ45.283073.323267.6432
Yxy73.32320.24310.3937
Hunter Lab85.6290-55.454913.1037
CIE-Lab88.6016-60.35609.6930

#0afbca color RGB value is (10,251,202).

#0afbca hex color red value is 10, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0afbca hue: 0.47 , saturation: 0.97 and the lightness value of 0afbca is 0.51.

The process color (four color CMYK) of #0afbca color hex is 0.96, 0.00, 0.20, 0.02. Web safe color of #0afbca is #00ffcc. Color #0afbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111011 11001010
Octal 12 373 312
Decimal 10 251 202
Hex A FB CA

RGB Percentages of Color #0afbca

%2.16
%54.21
%43.63

CMYK Percentages of Color #0afbca

%96
%0
%20
%2

Triadic Colors of #0afbca

#0afbca #ca0afb #fbca0a

Analogous Colors of #0afbca

#0afbca #0ab4fb #0afb52

Monochromatic Colors of #0afbca

#0afbca

Complementary Color

#0afbca #fb0a3b

#0afbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afbca Color CSS Codes

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

#0afbca Text Font Color

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

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


#0afbca Background Color

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

This div background color is #0afbca


#0afbca Border Color

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

This div border color is #0afbca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,251,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0afbca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0afbca;
  -webkit-box-shadow: 1px 1px 3px 2px #0afbca;
  box-shadow:         1px 1px 3px 2px #0afbca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,251,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afbca


Comments

No comments written yet.

Please login to write comment.