Color Hex Logo

#25ceed Color Hex

#25CEED
(37,206,237)
0 Favorites   0 Comments

Color spaces of #25ceed

RGB 37206237
HSL0.530.850.54
HSV189°84°93°
CMYK 0.840.130.00   0.07
XYZ38.120350.650487.8881
Yxy50.65040.21580.2867
Hunter Lab71.1691-28.9360-23.4000
CIE-Lab76.4668-29.8329-26.7918

#25ceed color RGB value is (37,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001110 11101101
Octal 45 316 355
Decimal 37 206 237
Hex 25 CE ED

RGB Percentages of Color #25ceed

%7.71
%42.92
%49.38

CMYK Percentages of Color #25ceed

%84
%13
%0
%7

Triadic Colors of #25ceed

#25ceed #ed25ce #ceed25

Analogous Colors of #25ceed

#25ceed #256aed #25eda8

Monochromatic Colors of #25ceed

#25ceed

Complementary Color

#25ceed #ed4425

#25ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ceed Color CSS Codes

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

#25ceed Text Font Color

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

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


#25ceed Background Color

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

This div background color is #25ceed


#25ceed Border Color

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

This div border color is #25ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ceed


Comments

No comments written yet.

Please login to write comment.