color codes Logo

#0acfeb color codes

#0ACFEB
(10,207,235)
0 Favorites   0 Comments

Color spaces of #0acfeb

RGB 10207235
HSL0.520.920.48
HSV187°96°92°
CMYK 0.960.120.00   0.08
XYZ37.433450.688386.4081
Yxy50.68830.21450.2904
Hunter Lab71.1957-30.7405-22.1215
CIE-Lab76.4898-32.1605-25.7009

#0acfeb color RGB value is (10,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 11101011
Octal 12 317 353
Decimal 10 207 235
Hex A CF EB

RGB Percentages of Color #0acfeb

%2.21
%45.80
%51.99

CMYK Percentages of Color #0acfeb

%96
%12
%0
%8

Triadic Colors of #0acfeb

#0acfeb #eb0acf #cfeb0a

Analogous Colors of #0acfeb

#0acfeb #0a5feb #0aeb97

Monochromatic Colors of #0acfeb

#0acfeb

Complementary Color

#0acfeb #eb260a

#0acfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acfeb Color CSS Codes

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

#0acfeb Text Font Color

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

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


#0acfeb Background Color

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

This div background color is #0acfeb


#0acfeb Border Color

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

This div border color is #0acfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,207,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 #0acfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acfeb


Comments

No comments written yet.

Please login to write comment.