Color Hex Logo

#267cde Color Hex

#267CDE
(38,124,222)
0 Favorites   0 Comments

Color spaces of #267cde

RGB 38124222
HSL0.590.740.51
HSV212°83°87°
CMYK 0.830.440.00   0.13
XYZ21.191820.101371.8703
Yxy20.10130.18730.1776
Hunter Lab44.83455.9108-63.6586
CIE-Lab51.951610.2942-56.9800

#267cde color RGB value is (38,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111100 11011110
Octal 46 174 336
Decimal 38 124 222
Hex 26 7C DE

RGB Percentages of Color #267cde

%9.90
%32.29
%57.81

CMYK Percentages of Color #267cde

%83
%44
%0
%13

Triadic Colors of #267cde

#267cde #de267c #7cde26

Analogous Colors of #267cde

#267cde #2c26de #26d8de

Monochromatic Colors of #267cde

#267cde

Complementary Color

#267cde #de8826

#267cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#267cde Color CSS Codes

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

#267cde Text Font Color

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

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


#267cde Background Color

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

This div background color is #267cde


#267cde Border Color

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

This div border color is #267cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267cde


Comments

No comments written yet.

Please login to write comment.