Color Hex Logo

#038ddd Color Hex

#038DDD
(3,141,221)
0 Favorites   0 Comments

Color spaces of #038ddd

RGB 3141221
HSL0.560.970.44
HSV202°99°87°
CMYK 0.990.360.00   0.13
XYZ22.613624.289671.9031
Yxy24.28960.19030.2044
Hunter Lab49.2845-4.3452-52.0014
CIE-Lab56.3766-2.1450-49.3771

#038ddd color RGB value is (3,141,221).

#038ddd hex color red value is 3, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #038ddd hue: 0.56 , saturation: 0.97 and the lightness value of 038ddd is 0.44.

The process color (four color CMYK) of #038ddd color hex is 0.99, 0.36, 0.00, 0.13. Web safe color of #038ddd is #0099cc. Color #038ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001101 11011101
Octal 3 215 335
Decimal 3 141 221
Hex 3 8D DD

RGB Percentages of Color #038ddd

%0.82
%38.63
%60.55

CMYK Percentages of Color #038ddd

%99
%36
%0
%13

Triadic Colors of #038ddd

#038ddd #dd038d #8ddd03

Analogous Colors of #038ddd

#038ddd #0320dd #03ddc0

Monochromatic Colors of #038ddd

#038ddd

Complementary Color

#038ddd #dd5303

#038ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#038ddd Color CSS Codes

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

#038ddd Text Font Color

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

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


#038ddd Background Color

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

This div background color is #038ddd


#038ddd Border Color

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

This div border color is #038ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038ddd


Comments

No comments written yet.

Please login to write comment.