Color Hex Logo

#25cfef Color Hex

#25CFEF
(37,207,239)
0 Favorites   0 Comments

Color spaces of #25cfef

RGB 37207239
HSL0.530.860.54
HSV190°85°94°
CMYK 0.850.130.00   0.06
XYZ38.655851.251089.5164
Yxy51.25100.21540.2856
Hunter Lab71.5898-28.8989-24.0238
CIE-Lab76.8308-29.6835-27.3072

#25cfef color RGB value is (37,207,239).

#25cfef hex color red value is 37, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #25cfef hue: 0.53 , saturation: 0.86 and the lightness value of 25cfef is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001111 11101111
Octal 45 317 357
Decimal 37 207 239
Hex 25 CF EF

RGB Percentages of Color #25cfef

%7.66
%42.86
%49.48

CMYK Percentages of Color #25cfef

%85
%13
%0
%6

Triadic Colors of #25cfef

#25cfef #ef25cf #cfef25

Analogous Colors of #25cfef

#25cfef #256aef #25efaa

Monochromatic Colors of #25cfef

#25cfef

Complementary Color

#25cfef #ef4525

#25cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#25cfef Color CSS Codes

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

#25cfef Text Font Color

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

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


#25cfef Background Color

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

This div background color is #25cfef


#25cfef Border Color

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

This div border color is #25cfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25cfef


Comments

No comments written yet.

Please login to write comment.