Color Hex Logo

#268dcc Color Hex

#268DCC
(38,141,204)
0 Favorites   0 Comments

Color spaces of #268dcc

RGB 38141204
HSL0.560.690.47
HSV203°81°80°
CMYK 0.810.310.00   0.20
XYZ21.223323.821560.6062
Yxy23.82150.20090.2255
Hunter Lab48.8073-7.7940-39.4580
CIE-Lab55.9086-6.6121-40.5384

#268dcc color RGB value is (38,141,204).

#268dcc hex color red value is 38, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #268dcc hue: 0.56 , saturation: 0.69 and the lightness value of 268dcc is 0.47.

The process color (four color CMYK) of #268dcc color hex is 0.81, 0.31, 0.00, 0.20. Web safe color of #268dcc is #3399cc. Color #268dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001101 11001100
Octal 46 215 314
Decimal 38 141 204
Hex 26 8D CC

RGB Percentages of Color #268dcc

%9.92
%36.81
%53.26

CMYK Percentages of Color #268dcc

%81
%31
%0
%20

Triadic Colors of #268dcc

#268dcc #cc268d #8dcc26

Analogous Colors of #268dcc

#268dcc #263acc #26ccb8

Monochromatic Colors of #268dcc

#268dcc

Complementary Color

#268dcc #cc6526

#268dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#268dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#268dcc Color CSS Codes

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

#268dcc Text Font Color

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

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


#268dcc Background Color

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

This div background color is #268dcc


#268dcc Border Color

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

This div border color is #268dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,141,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #268dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #268dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #268dcc;
  box-shadow:         1px 1px 3px 2px #268dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #268dcc


Comments

No comments written yet.

Please login to write comment.