Color Hex Logo

#023cce Color Hex

#023CCE
(2,60,206)
0 Favorites   0 Comments

Color spaces of #023cce

RGB 260206
HSL0.620.980.41
HSV223°99°81°
CMYK 0.990.710.00   0.19
XYZ12.78157.700959.2053
Yxy7.70090.16040.0966
Hunter Lab27.750533.6513-107.0691
CIE-Lab33.352043.4395-78.1516

#023cce color RGB value is (2,60,206).

#023cce hex color red value is 2, green value is 60 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #023cce hue: 0.62 , saturation: 0.98 and the lightness value of 023cce is 0.41.

The process color (four color CMYK) of #023cce color hex is 0.99, 0.71, 0.00, 0.19. Web safe color of #023cce is #0033cc. Color #023cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00111100 11001110
Octal 2 74 316
Decimal 2 60 206
Hex 2 3C CE

RGB Percentages of Color #023cce

%0.75
%22.39
%76.87

CMYK Percentages of Color #023cce

%99
%71
%0
%19

Triadic Colors of #023cce

#023cce #ce023c #3cce02

Analogous Colors of #023cce

#023cce #2e02ce #02a2ce

Monochromatic Colors of #023cce

#023cce

Complementary Color

#023cce #ce9402

#023cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#023cce Color CSS Codes

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

#023cce Text Font Color

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

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


#023cce Background Color

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

This div background color is #023cce


#023cce Border Color

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

This div border color is #023cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #023cce


Comments

No comments written yet.

Please login to write comment.