Color Hex Logo

#25bef2 Color Hex

#25BEF2
(37,190,242)
0 Favorites   0 Comments

Color spaces of #25bef2

RGB 37190242
HSL0.540.890.55
HSV195°85°95°
CMYK 0.850.210.00   0.05
XYZ35.203443.631090.5706
Yxy43.63100.20780.2576
Hunter Lab66.0538-20.4624-35.0587
CIE-Lab71.9812-20.1540-36.4012

#25bef2 color RGB value is (37,190,242).

#25bef2 hex color red value is 37, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #25bef2 hue: 0.54 , saturation: 0.89 and the lightness value of 25bef2 is 0.55.

The process color (four color CMYK) of #25bef2 color hex is 0.85, 0.21, 0.00, 0.05. Web safe color of #25bef2 is #33ccff. Color #25bef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111110 11110010
Octal 45 276 362
Decimal 37 190 242
Hex 25 BE F2

RGB Percentages of Color #25bef2

%7.89
%40.51
%51.60

CMYK Percentages of Color #25bef2

%85
%21
%0
%5

Triadic Colors of #25bef2

#25bef2 #f225be #bef225

Analogous Colors of #25bef2

#25bef2 #2557f2 #25f2c0

Monochromatic Colors of #25bef2

#25bef2

Complementary Color

#25bef2 #f25925

#25bef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bef2 Color CSS Codes

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

#25bef2 Text Font Color

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

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


#25bef2 Background Color

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

This div background color is #25bef2


#25bef2 Border Color

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

This div border color is #25bef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bef2


Comments

No comments written yet.

Please login to write comment.