Color Hex Logo

#025ddd Color Hex

#025DDD
(2,93,221)
0 Favorites   0 Comments

Color spaces of #025ddd

RGB 293221
HSL0.600.980.44
HSV215°99°87°
CMYK 0.990.580.00   0.13
XYZ16.990513.062170.0323
Yxy13.06210.16980.1305
Hunter Lab36.141520.6670-89.5886
CIE-Lab42.856727.9680-71.1635

#025ddd color RGB value is (2,93,221).

#025ddd hex color red value is 2, green value is 93 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #025ddd hue: 0.60 , saturation: 0.98 and the lightness value of 025ddd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01011101 11011101
Octal 2 135 335
Decimal 2 93 221
Hex 2 5D DD

RGB Percentages of Color #025ddd

%0.63
%29.43
%69.94

CMYK Percentages of Color #025ddd

%99
%58
%0
%13

Triadic Colors of #025ddd

#025ddd #dd025d #5ddd02

Analogous Colors of #025ddd

#025ddd #1402dd #02cbdd

Monochromatic Colors of #025ddd

#025ddd

Complementary Color

#025ddd #dd8202

#025ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#025ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#025ddd Color CSS Codes

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

#025ddd Text Font Color

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

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


#025ddd Background Color

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

This div background color is #025ddd


#025ddd Border Color

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

This div border color is #025ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #025ddd


Comments

No comments written yet.

Please login to write comment.