Color Hex Logo

#268385 Color Hex

#268385
(38,131,133)
0 Favorites   0 Comments

Color spaces of #268385

RGB 38131133
HSL0.500.560.34
HSV181°71°52°
CMYK 0.710.020.00   0.48
XYZ13.149318.338125.0369
Yxy18.33810.23260.3244
Hunter Lab42.8230-20.1298-4.6884
CIE-Lab49.9036-25.4697-8.9014

#268385 color RGB value is (38,131,133).

#268385 hex color red value is 38, green value is 131 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #268385 hue: 0.50 , saturation: 0.56 and the lightness value of 268385 is 0.34.

The process color (four color CMYK) of #268385 color hex is 0.71, 0.02, 0.00, 0.48. Web safe color of #268385 is #339999. Color #268385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000011 10000101
Octal 46 203 205
Decimal 38 131 133
Hex 26 83 85

RGB Percentages of Color #268385

%12.58
%43.38
%44.04

CMYK Percentages of Color #268385

%71
%2
%0
%48

Triadic Colors of #268385

#268385 #852683 #838526

Analogous Colors of #268385

#268385 #265485 #268557

Monochromatic Colors of #268385

#268385

Complementary Color

#268385 #852826

#268385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#268385 Color CSS Codes

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

#268385 Text Font Color

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

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


#268385 Background Color

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

This div background color is #268385


#268385 Border Color

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

This div border color is #268385


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,131,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #268385; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #268385;
  -webkit-box-shadow: 1px 1px 3px 2px #268385;
  box-shadow:         1px 1px 3px 2px #268385; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,131,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268385


Comments

No comments written yet.

Please login to write comment.