Color Hex Logo

#25bceb Color Hex

#25BCEB
(37,188,235)
0 Favorites   0 Comments

Color spaces of #25bceb

RGB 37188235
HSL0.540.830.53
HSV194°84°92°
CMYK 0.840.200.00   0.08
XYZ33.741642.357984.9948
Yxy42.35790.20950.2629
Hunter Lab65.0829-21.3536-31.8715
CIE-Lab71.1170-21.4696-33.9493

#25bceb color RGB value is (37,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111100 11101011
Octal 45 274 353
Decimal 37 188 235
Hex 25 BC EB

RGB Percentages of Color #25bceb

%8.04
%40.87
%51.09

CMYK Percentages of Color #25bceb

%84
%20
%0
%8

Triadic Colors of #25bceb

#25bceb #eb25bc #bceb25

Analogous Colors of #25bceb

#25bceb #2559eb #25ebb7

Monochromatic Colors of #25bceb

#25bceb

Complementary Color

#25bceb #eb5425

#25bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bceb Color CSS Codes

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

#25bceb Text Font Color

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

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


#25bceb Background Color

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

This div background color is #25bceb


#25bceb Border Color

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

This div border color is #25bceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bceb


Comments

No comments written yet.

Please login to write comment.