Color Hex Logo

#75cbde Color Hex

#75CBDE
(117,203,222)
0 Favorites   0 Comments

Color spaces of #75cbde

RGB 117203222
HSL0.530.610.66
HSV191°47°87°
CMYK 0.470.090.00   0.13
XYZ41.876951.767776.8923
Yxy51.76770.24560.3036
Hunter Lab71.9498-22.0198-12.9980
CIE-Lab77.1417-21.0074-17.5137

#75cbde color RGB value is (117,203,222).

#75cbde hex color red value is 117, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #75cbde hue: 0.53 , saturation: 0.61 and the lightness value of 75cbde is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001011 11011110
Octal 165 313 336
Decimal 117 203 222
Hex 75 CB DE

RGB Percentages of Color #75cbde

%21.59
%37.45
%40.96

CMYK Percentages of Color #75cbde

%47
%9
%0
%13

Triadic Colors of #75cbde

#75cbde #de75cb #cbde75

Analogous Colors of #75cbde

#75cbde #7597de #75debd

Monochromatic Colors of #75cbde

#75cbde

Complementary Color

#75cbde #de8875

#75cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cbde Color CSS Codes

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

#75cbde Text Font Color

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

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


#75cbde Background Color

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

This div background color is #75cbde


#75cbde Border Color

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

This div border color is #75cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cbde


Comments

No comments written yet.

Please login to write comment.