Color Hex Logo

#338aee Color Hex

#338AEE
(51,138,238)
0 Favorites   0 Comments

Color spaces of #338aee

RGB 51138238
HSL0.590.850.57
HSV212°79°93°
CMYK 0.790.420.00   0.07
XYZ25.886325.053884.3604
Yxy25.05380.19130.1852
Hunter Lab50.05384.7207-64.8895
CIE-Lab57.12788.8951-57.6093

#338aee color RGB value is (51,138,238).

#338aee hex color red value is 51, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #338aee hue: 0.59 , saturation: 0.85 and the lightness value of 338aee is 0.57.

The process color (four color CMYK) of #338aee color hex is 0.79, 0.42, 0.00, 0.07. Web safe color of #338aee is #3399ff. Color #338aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 11101110
Octal 63 212 356
Decimal 51 138 238
Hex 33 8A EE

RGB Percentages of Color #338aee

%11.94
%32.32
%55.74

CMYK Percentages of Color #338aee

%79
%42
%0
%7

Triadic Colors of #338aee

#338aee #ee338a #8aee33

Analogous Colors of #338aee

#338aee #3a33ee #33e8ee

Monochromatic Colors of #338aee

#338aee

Complementary Color

#338aee #ee9733

#338aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#338aee Color CSS Codes

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

#338aee Text Font Color

<p style="color:#338aee">Text here</p>

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


#338aee Background Color

<div style="background-color:#338aee">
Div content here</div>

This div background color is #338aee


#338aee Border Color

<div style="border:3px solid #338aee">
Div here</div>

This div border color is #338aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,138,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #338aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #338aee;
  -webkit-box-shadow: 1px 1px 3px 2px #338aee;
  box-shadow:         1px 1px 3px 2px #338aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,138,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 #338aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338aee


Comments

No comments written yet.

Please login to write comment.