Color Hex Logo

#0acdeb Color Hex

#0ACDEB
(10,205,235)
0 Favorites   0 Comments

Color spaces of #0acdeb

RGB 10205235
HSL0.520.920.48
HSV188°96°92°
CMYK 0.960.130.00   0.08
XYZ36.951949.725386.2476
Yxy49.72530.21370.2876
Hunter Lab70.5162-29.8657-23.1557
CIE-Lab75.9003-31.1979-26.6025

#0acdeb color RGB value is (10,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001101 11101011
Octal 12 315 353
Decimal 10 205 235
Hex A CD EB

RGB Percentages of Color #0acdeb

%2.22
%45.56
%52.22

CMYK Percentages of Color #0acdeb

%96
%13
%0
%8

Triadic Colors of #0acdeb

#0acdeb #eb0acd #cdeb0a

Analogous Colors of #0acdeb

#0acdeb #0a5deb #0aeb99

Monochromatic Colors of #0acdeb

#0acdeb

Complementary Color

#0acdeb #eb280a

#0acdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acdeb Color CSS Codes

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

#0acdeb Text Font Color

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

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


#0acdeb Background Color

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

This div background color is #0acdeb


#0acdeb Border Color

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

This div border color is #0acdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acdeb


Comments

No comments written yet.

Please login to write comment.