Color Hex Logo

#024ceb Color Hex

#024CEB
(2,76,235)
0 Favorites   0 Comments

Color spaces of #024ceb

RGB 276235
HSL0.610.980.46
HSV221°99°92°
CMYK 0.990.680.00   0.08
XYZ17.604911.179979.8273
Yxy11.17990.16210.1029
Hunter Lab33.436435.4701-118.1459
CIE-Lab39.881844.1455-83.9927

#024ceb color RGB value is (2,76,235).

#024ceb hex color red value is 2, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #024ceb hue: 0.61 , saturation: 0.98 and the lightness value of 024ceb is 0.46.

The process color (four color CMYK) of #024ceb color hex is 0.99, 0.68, 0.00, 0.08. Web safe color of #024ceb is #0033ff. Color #024ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001100 11101011
Octal 2 114 353
Decimal 2 76 235
Hex 2 4C EB

RGB Percentages of Color #024ceb

%0.64
%24.28
%75.08

CMYK Percentages of Color #024ceb

%99
%68
%0
%8

Triadic Colors of #024ceb

#024ceb #eb024c #4ceb02

Analogous Colors of #024ceb

#024ceb #2d02eb #02c1eb

Monochromatic Colors of #024ceb

#024ceb

Complementary Color

#024ceb #eba102

#024ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#024ceb Color CSS Codes

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

#024ceb Text Font Color

<p style="color:#024ceb">Text here</p>

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


#024ceb Background Color

<div style="background-color:#024ceb">
Div content here</div>

This div background color is #024ceb


#024ceb Border Color

<div style="border:3px solid #024ceb">
Div here</div>

This div border color is #024ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024ceb


Comments

No comments written yet.

Please login to write comment.