Color Hex Logo

#0acced Color Hex

#0ACCED
(10,204,237)
0 Favorites   0 Comments

Color spaces of #0acced

RGB 10204237
HSL0.520.920.48
HSV189°96°93°
CMYK 0.960.140.00   0.07
XYZ37.004149.364787.6988
Yxy49.36470.21260.2836
Hunter Lab70.2600-28.9438-24.8240
CIE-Lab75.6777-30.0662-28.0186

#0acced color RGB value is (10,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 11101101
Octal 12 314 355
Decimal 10 204 237
Hex A CC ED

RGB Percentages of Color #0acced

%2.22
%45.23
%52.55

CMYK Percentages of Color #0acced

%96
%14
%0
%7

Triadic Colors of #0acced

#0acced #ed0acc #cced0a

Analogous Colors of #0acced

#0acced #0a5aed #0aed9d

Monochromatic Colors of #0acced

#0acced

Complementary Color

#0acced #ed2b0a

#0acced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acced Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acced Color CSS Codes

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

#0acced Text Font Color

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

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


#0acced Background Color

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

This div background color is #0acced


#0acced Border Color

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

This div border color is #0acced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acced


Comments

No comments written yet.

Please login to write comment.