Color Hex Logo

#023fae Color Hex

#023FAE
(2,63,174)
0 Favorites   0 Comments

Color spaces of #023fae

RGB 263174
HSL0.610.980.35
HSV219°99°68°
CMYK 0.990.640.00   0.32
XYZ9.44256.623940.8253
Yxy6.62390.16600.1164
Hunter Lab25.736920.4494-76.0331
CIE-Lab30.934929.2665-63.2959

#023fae color RGB value is (2,63,174).

#023fae hex color red value is 2, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #023fae hue: 0.61 , saturation: 0.98 and the lightness value of 023fae is 0.35.

The process color (four color CMYK) of #023fae color hex is 0.99, 0.64, 0.00, 0.32. Web safe color of #023fae is #003399. Color #023fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111111 10101110
Octal 2 77 256
Decimal 2 63 174
Hex 2 3F AE

RGB Percentages of Color #023fae

%0.84
%26.36
%72.80

CMYK Percentages of Color #023fae

%99
%64
%0
%32

Triadic Colors of #023fae

#023fae #ae023f #3fae02

Analogous Colors of #023fae

#023fae #1b02ae #0295ae

Monochromatic Colors of #023fae

#023fae

Complementary Color

#023fae #ae7102

#023fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#023fae Color CSS Codes

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

#023fae Text Font Color

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

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


#023fae Background Color

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

This div background color is #023fae


#023fae Border Color

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

This div border color is #023fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,63,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023fae;
  -webkit-box-shadow: 1px 1px 3px 2px #023fae;
  box-shadow:         1px 1px 3px 2px #023fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023fae


Comments

No comments written yet.

Please login to write comment.