Color Hex Logo

#75bbdf Color Hex

#75BBDF
(117,187,223)
0 Favorites   0 Comments

Color spaces of #75bbdf

RGB 117187223
HSL0.560.620.67
HSV200°48°87°
CMYK 0.480.160.00   0.13
XYZ38.425744.650376.4052
Yxy44.65030.24090.2800
Hunter Lab66.8209-14.2892-21.0195
CIE-Lab72.6610-12.4468-24.8621

#75bbdf color RGB value is (117,187,223).

#75bbdf hex color red value is 117, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #75bbdf hue: 0.56 , saturation: 0.62 and the lightness value of 75bbdf is 0.67.

The process color (four color CMYK) of #75bbdf color hex is 0.48, 0.16, 0.00, 0.13. Web safe color of #75bbdf is #66cccc. Color #75bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111011 11011111
Octal 165 273 337
Decimal 117 187 223
Hex 75 BB DF

RGB Percentages of Color #75bbdf

%22.20
%35.48
%42.31

CMYK Percentages of Color #75bbdf

%48
%16
%0
%13

Triadic Colors of #75bbdf

#75bbdf #df75bb #bbdf75

Analogous Colors of #75bbdf

#75bbdf #7586df #75dfce

Monochromatic Colors of #75bbdf

#75bbdf

Complementary Color

#75bbdf #df9975

#75bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bbdf Color CSS Codes

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

#75bbdf Text Font Color

<p style="color:#75bbdf">Text here</p>

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


#75bbdf Background Color

<div style="background-color:#75bbdf">
Div content here</div>

This div background color is #75bbdf


#75bbdf Border Color

<div style="border:3px solid #75bbdf">
Div here</div>

This div border color is #75bbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,187,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75bbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75bbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #75bbdf;
  box-shadow:         1px 1px 3px 2px #75bbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bbdf


Comments

No comments written yet.

Please login to write comment.