Color Hex Logo

#150cee Color Hex

#150CEE
(21,12,238)
0 Favorites   0 Comments

Color spaces of #150cee

RGB 2112238
HSL0.670.900.49
HSV242°95°93°
CMYK 0.910.950.00   0.07
XYZ15.87336.595481.3253
Yxy6.59540.15290.0635
Hunter Lab25.681565.3851-169.7758
CIE-Lab30.867573.3315-100.6558

#150cee color RGB value is (21,12,238).

#150cee hex color red value is 21, green value is 12 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #150cee hue: 0.67 , saturation: 0.90 and the lightness value of 150cee is 0.49.

The process color (four color CMYK) of #150cee color hex is 0.91, 0.95, 0.00, 0.07. Web safe color of #150cee is #0000ff. Color #150cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001100 11101110
Octal 25 14 356
Decimal 21 12 238
Hex 15 C EE

RGB Percentages of Color #150cee

%7.75
%4.43
%87.82

CMYK Percentages of Color #150cee

%91
%95
%0
%7

Triadic Colors of #150cee

#150cee #ee150c #0cee15

Analogous Colors of #150cee

#150cee #860cee #0c74ee

Monochromatic Colors of #150cee

#150cee

Complementary Color

#150cee #e5ee0c

#150cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#150cee Color CSS Codes

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

#150cee Text Font Color

<p style="color:#150cee">Text here</p>

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


#150cee Background Color

<div style="background-color:#150cee">
Div content here</div>

This div background color is #150cee


#150cee Border Color

<div style="border:3px solid #150cee">
Div here</div>

This div border color is #150cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,12,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150cee;
  -webkit-box-shadow: 1px 1px 3px 2px #150cee;
  box-shadow:         1px 1px 3px 2px #150cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,12,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150cee


Comments

No comments written yet.

Please login to write comment.