Color Hex Logo

#25bddc Color Hex

#25BDDC
(37,189,220)
0 Favorites   0 Comments

Color spaces of #25bddc

RGB 37189220
HSL0.530.720.50
HSV190°83°86°
CMYK 0.830.140.00   0.14
XYZ31.878841.955874.1282
Yxy41.95580.21550.2836
Hunter Lab64.7733-25.5028-22.5117
CIE-Lab70.8404-26.9165-26.2178

#25bddc color RGB value is (37,189,220).

#25bddc hex color red value is 37, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #25bddc hue: 0.53 , saturation: 0.72 and the lightness value of 25bddc is 0.50.

The process color (four color CMYK) of #25bddc color hex is 0.83, 0.14, 0.00, 0.14. Web safe color of #25bddc is #33cccc. Color #25bddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111101 11011100
Octal 45 275 334
Decimal 37 189 220
Hex 25 BD DC

RGB Percentages of Color #25bddc

%8.30
%42.38
%49.33

CMYK Percentages of Color #25bddc

%83
%14
%0
%14

Triadic Colors of #25bddc

#25bddc #dc25bd #bddc25

Analogous Colors of #25bddc

#25bddc #2562dc #25dca0

Monochromatic Colors of #25bddc

#25bddc

Complementary Color

#25bddc #dc4425

#25bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bddc Color CSS Codes

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

#25bddc Text Font Color

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

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


#25bddc Background Color

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

This div background color is #25bddc


#25bddc Border Color

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

This div border color is #25bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bddc


Comments

No comments written yet.

Please login to write comment.