Color Hex Logo

#025ccd Color Hex

#025CCD
(2,92,205)
0 Favorites   0 Comments

Color spaces of #025ccd

RGB 292205
HSL0.590.980.41
HSV213°99°80°
CMYK 0.990.550.00   0.20
XYZ14.871612.075059.3045
Yxy12.07500.17240.1400
Hunter Lab34.749115.5819-76.8628
CIE-Lab41.335122.2943-64.4789

#025ccd color RGB value is (2,92,205).

#025ccd hex color red value is 2, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #025ccd hue: 0.59 , saturation: 0.98 and the lightness value of 025ccd is 0.41.

The process color (four color CMYK) of #025ccd color hex is 0.99, 0.55, 0.00, 0.20. Web safe color of #025ccd is #0066cc. Color #025ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011100 11001101
Octal 2 134 315
Decimal 2 92 205
Hex 2 5C CD

RGB Percentages of Color #025ccd

%0.67
%30.77
%68.56

CMYK Percentages of Color #025ccd

%99
%55
%0
%20

Triadic Colors of #025ccd

#025ccd #cd025c #5ccd02

Analogous Colors of #025ccd

#025ccd #0d02cd #02c2cd

Monochromatic Colors of #025ccd

#025ccd

Complementary Color

#025ccd #cd7302

#025ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ccd Color CSS Codes

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

#025ccd Text Font Color

<p style="color:#025ccd">Text here</p>

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


#025ccd Background Color

<div style="background-color:#025ccd">
Div content here</div>

This div background color is #025ccd


#025ccd Border Color

<div style="border:3px solid #025ccd">
Div here</div>

This div border color is #025ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,92,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #025ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #025ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #025ccd;
  box-shadow:         1px 1px 3px 2px #025ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ccd


Comments

No comments written yet.

Please login to write comment.