Color Hex Logo

#0affcc Color Hex

#0AFFCC
(10,255,204)
0 Favorites   0 Comments

Color spaces of #0affcc

RGB 10255204
HSL0.471.000.52
HSV168°96°100°
CMYK 0.960.000.20   0.00
XYZ46.784375.944269.3196
Yxy75.94420.24360.3954
Hunter Lab87.1460-56.677713.8404
CIE-Lab89.8334-61.396710.4185

#0affcc color RGB value is (10,255,204).

#0affcc hex color red value is 10, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0affcc hue: 0.47 , saturation: 1.00 and the lightness value of 0affcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111111 11001100
Octal 12 377 314
Decimal 10 255 204
Hex A FF CC

RGB Percentages of Color #0affcc

%2.13
%54.37
%43.50

CMYK Percentages of Color #0affcc

%96
%0
%20
%0

Triadic Colors of #0affcc

#0affcc #cc0aff #ffcc0a

Analogous Colors of #0affcc

#0affcc #0ab8ff #0aff52

Monochromatic Colors of #0affcc

#0affcc

Complementary Color

#0affcc #ff0a3d

#0affcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0affcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0affcc Color CSS Codes

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

#0affcc Text Font Color

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

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


#0affcc Background Color

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

This div background color is #0affcc


#0affcc Border Color

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

This div border color is #0affcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0affcc

Related Colors


Comments

No comments written yet.

Please login to write comment.