Color Hex Logo

#2acbeb Color Hex

#2ACBEB
(42,203,235)
0 Favorites   0 Comments

Color spaces of #2acbeb

RGB 42203235
HSL0.530.830.54
HSV190°82°92°
CMYK 0.820.140.00   0.08
XYZ37.306249.202386.1280
Yxy49.20230.21610.2850
Hunter Lab70.1444-27.8176-23.6992
CIE-Lab75.5770-28.6416-27.0744

#2acbeb color RGB value is (42,203,235).

#2acbeb hex color red value is 42, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2acbeb hue: 0.53 , saturation: 0.83 and the lightness value of 2acbeb is 0.54.

The process color (four color CMYK) of #2acbeb color hex is 0.82, 0.14, 0.00, 0.08. Web safe color of #2acbeb is #33ccff. Color #2acbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11001011 11101011
Octal 52 313 353
Decimal 42 203 235
Hex 2A CB EB

RGB Percentages of Color #2acbeb

%8.75
%42.29
%48.96

CMYK Percentages of Color #2acbeb

%82
%14
%0
%8

Triadic Colors of #2acbeb

#2acbeb #eb2acb #cbeb2a

Analogous Colors of #2acbeb

#2acbeb #2a6beb #2aebab

Monochromatic Colors of #2acbeb

#2acbeb

Complementary Color

#2acbeb #eb4a2a

#2acbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2acbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2acbeb Color CSS Codes

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

#2acbeb Text Font Color

<p style="color:#2acbeb">Text here</p>

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


#2acbeb Background Color

<div style="background-color:#2acbeb">
Div content here</div>

This div background color is #2acbeb


#2acbeb Border Color

<div style="border:3px solid #2acbeb">
Div here</div>

This div border color is #2acbeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,203,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2acbeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2acbeb;
  -webkit-box-shadow: 1px 1px 3px 2px #2acbeb;
  box-shadow:         1px 1px 3px 2px #2acbeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,203,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 #2acbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2acbeb


Comments

No comments written yet.

Please login to write comment.