Color Hex Logo

#338aca Color Hex

#338ACA
(51,138,202)
0 Favorites   0 Comments

Color spaces of #338aca

RGB 51138202
HSL0.570.600.50
HSV205°75°79°
CMYK 0.750.320.00   0.21
XYZ21.114423.145059.2317
Yxy23.14500.20400.2236
Hunter Lab48.1093-5.8503-39.3209
CIE-Lab55.2214-4.1695-40.4701

#338aca color RGB value is (51,138,202).

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

The process color (four color CMYK) of #338aca color hex is 0.75, 0.32, 0.00, 0.21. Web safe color of #338aca is #3399cc. Color #338aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 11001010
Octal 63 212 312
Decimal 51 138 202
Hex 33 8A CA

RGB Percentages of Color #338aca

%13.04
%35.29
%51.66

CMYK Percentages of Color #338aca

%75
%32
%0
%21

Triadic Colors of #338aca

#338aca #ca338a #8aca33

Analogous Colors of #338aca

#338aca #333eca #33cabf

Monochromatic Colors of #338aca

#338aca

Complementary Color

#338aca #ca7333

#338aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#338aca Color CSS Codes

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

#338aca Text Font Color

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

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


#338aca Background Color

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

This div background color is #338aca


#338aca Border Color

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

This div border color is #338aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,138,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338aca


Comments

No comments written yet.

Please login to write comment.