color codes Logo

#065cec color codes

#065CEC
(6,92,236)
0 Favorites   0 Comments

Color spaces of #065cec

RGB 692236
HSL0.600.950.47
HSV218°97°93°
CMYK 0.970.610.00   0.07
XYZ19.042613.749181.0071
Yxy13.74910.16730.1208
Hunter Lab37.079826.7804-103.5733
CIE-Lab43.870934.5075-77.9991

#065cec color RGB value is (6,92,236).

#065cec hex color red value is 6, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #065cec hue: 0.60 , saturation: 0.95 and the lightness value of 065cec is 0.47.

The process color (four color CMYK) of #065cec color code is 0.97, 0.61, 0.00, 0.07. Web safe color of #065cec is #0066ff. Color #065cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011100 11101100
Octal 6 134 354
Decimal 6 92 236
Hex 6 5C EC

RGB Percentages of Color #065cec

%1.80
%27.54
%70.66

CMYK Percentages of Color #065cec

%97
%61
%0
%7

Triadic Colors of #065cec

#065cec #ec065c #5cec06

Analogous Colors of #065cec

#065cec #2306ec #06cfec

Monochromatic Colors of #065cec

#065cec

Complementary Color

#065cec #ec9606

#065cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#065cec Color CSS Codes

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

#065cec Text Font Color

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

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


#065cec Background Color

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

This div background color is #065cec


#065cec Border Color

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

This div border color is #065cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,92,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065cec;
  -webkit-box-shadow: 1px 1px 3px 2px #065cec;
  box-shadow:         1px 1px 3px 2px #065cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,92,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065cec


Comments

No comments written yet.

Please login to write comment.