Color Hex Logo

#038cee Color Hex

#038CEE
(3,140,238)
0 Favorites   0 Comments

Color spaces of #038cee

RGB 3140238
HSL0.570.980.47
HSV205°99°93°
CMYK 0.990.410.00   0.07
XYZ24.848324.948684.3948
Yxy24.94860.18520.1859
Hunter Lab49.94861.3898-65.2144
CIE-Lab57.02534.9457-57.8110

#038cee color RGB value is (3,140,238).

#038cee hex color red value is 3, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #038cee hue: 0.57 , saturation: 0.98 and the lightness value of 038cee is 0.47.

The process color (four color CMYK) of #038cee color hex is 0.99, 0.41, 0.00, 0.07. Web safe color of #038cee is #0099ff. Color #038cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001100 11101110
Octal 3 214 356
Decimal 3 140 238
Hex 3 8C EE

RGB Percentages of Color #038cee

%0.79
%36.75
%62.47

CMYK Percentages of Color #038cee

%99
%41
%0
%7

Triadic Colors of #038cee

#038cee #ee038c #8cee03

Analogous Colors of #038cee

#038cee #0317ee #03eedb

Monochromatic Colors of #038cee

#038cee

Complementary Color

#038cee #ee6503

#038cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#038cee Color CSS Codes

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

#038cee Text Font Color

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

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


#038cee Background Color

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

This div background color is #038cee


#038cee Border Color

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

This div border color is #038cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,140,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 #038cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038cee


Comments

No comments written yet.

Please login to write comment.