Color Hex Logo

#267ddc Color Hex

#267DDC
(38,125,220)
0 Favorites   0 Comments

Color spaces of #267ddc

RGB 38125220
HSL0.590.720.51
HSV211°83°86°
CMYK 0.830.430.00   0.14
XYZ21.051220.246670.5086
Yxy20.24660.18830.1811
Hunter Lab44.99624.7667-61.4094
CIE-Lab52.11498.9182-55.5916

#267ddc color RGB value is (38,125,220).

#267ddc hex color red value is 38, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #267ddc hue: 0.59 , saturation: 0.72 and the lightness value of 267ddc is 0.51.

The process color (four color CMYK) of #267ddc color hex is 0.83, 0.43, 0.00, 0.14. Web safe color of #267ddc is #3366cc. Color #267ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111101 11011100
Octal 46 175 334
Decimal 38 125 220
Hex 26 7D DC

RGB Percentages of Color #267ddc

%9.92
%32.64
%57.44

CMYK Percentages of Color #267ddc

%83
%43
%0
%14

Triadic Colors of #267ddc

#267ddc #dc267d #7ddc26

Analogous Colors of #267ddc

#267ddc #2a26dc #26d8dc

Monochromatic Colors of #267ddc

#267ddc

Complementary Color

#267ddc #dc8526

#267ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#267ddc Color CSS Codes

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

#267ddc Text Font Color

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

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


#267ddc Background Color

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

This div background color is #267ddc


#267ddc Border Color

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

This div border color is #267ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,125,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #267ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #267ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #267ddc;
  box-shadow:         1px 1px 3px 2px #267ddc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267ddc


Comments

No comments written yet.

Please login to write comment.