Color Hex Logo

#25d6ec Color Hex

#25D6EC
(37,214,236)
0 Favorites   0 Comments

Color spaces of #25d6ec

RGB 37214236
HSL0.520.840.54
HSV187°84°93°
CMYK 0.840.090.00   0.07
XYZ39.949854.542687.7791
Yxy54.54260.21920.2992
Hunter Lab73.8530-32.6854-18.7730
CIE-Lab78.7771-33.9843-22.7315

#25d6ec color RGB value is (37,214,236).

#25d6ec hex color red value is 37, green value is 214 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #25d6ec hue: 0.52 , saturation: 0.84 and the lightness value of 25d6ec is 0.54.

The process color (four color CMYK) of #25d6ec color hex is 0.84, 0.09, 0.00, 0.07. Web safe color of #25d6ec is #33ccff. Color #25d6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11010110 11101100
Octal 45 326 354
Decimal 37 214 236
Hex 25 D6 EC

RGB Percentages of Color #25d6ec

%7.60
%43.94
%48.46

CMYK Percentages of Color #25d6ec

%84
%9
%0
%7

Triadic Colors of #25d6ec

#25d6ec #ec25d6 #d6ec25

Analogous Colors of #25d6ec

#25d6ec #2573ec #25ec9f

Monochromatic Colors of #25d6ec

#25d6ec

Complementary Color

#25d6ec #ec3b25

#25d6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25d6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#25d6ec Color CSS Codes

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

#25d6ec Text Font Color

<p style="color:#25d6ec">Text here</p>

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


#25d6ec Background Color

<div style="background-color:#25d6ec">
Div content here</div>

This div background color is #25d6ec


#25d6ec Border Color

<div style="border:3px solid #25d6ec">
Div here</div>

This div border color is #25d6ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,214,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25d6ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25d6ec;
  -webkit-box-shadow: 1px 1px 3px 2px #25d6ec;
  box-shadow:         1px 1px 3px 2px #25d6ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,214,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 #25d6ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25d6ec


Comments

No comments written yet.

Please login to write comment.