Color Hex Logo

#123edd Color Hex

#123EDD
(18,62,221)
0 Favorites   0 Comments

Color spaces of #123edd

RGB 1862221
HSL0.630.850.47
HSV227°92°87°
CMYK 0.920.720.00   0.13
XYZ15.02328.794369.3123
Yxy8.79430.16130.0944
Hunter Lab29.655238.5308-117.8184
CIE-Lab35.585247.9907-83.1069

#123edd color RGB value is (18,62,221).

#123edd hex color red value is 18, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #123edd hue: 0.63 , saturation: 0.85 and the lightness value of 123edd is 0.47.

The process color (four color CMYK) of #123edd color hex is 0.92, 0.72, 0.00, 0.13. Web safe color of #123edd is #0033cc. Color #123edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111110 11011101
Octal 22 76 335
Decimal 18 62 221
Hex 12 3E DD

RGB Percentages of Color #123edd

%5.98
%20.60
%73.42

CMYK Percentages of Color #123edd

%92
%72
%0
%13

Triadic Colors of #123edd

#123edd #dd123e #3edd12

Analogous Colors of #123edd

#123edd #4c12dd #12a4dd

Monochromatic Colors of #123edd

#123edd

Complementary Color

#123edd #ddb112

#123edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#123edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#123edd Color CSS Codes

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

#123edd Text Font Color

<p style="color:#123edd">Text here</p>

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


#123edd Background Color

<div style="background-color:#123edd">
Div content here</div>

This div background color is #123edd


#123edd Border Color

<div style="border:3px solid #123edd">
Div here</div>

This div border color is #123edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,62,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #123edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #123edd;
  -webkit-box-shadow: 1px 1px 3px 2px #123edd;
  box-shadow:         1px 1px 3px 2px #123edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,62,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #123edd


Comments

No comments written yet.

Please login to write comment.