Color Hex Logo

#75dceb Color Hex

#75DCEB
(117,220,235)
0 Favorites   0 Comments

Color spaces of #75dceb

RGB 117220235
HSL0.520.750.69
HSV188°50°92°
CMYK 0.500.060.00   0.08
XYZ47.924760.966587.8391
Yxy60.96650.24360.3099
Hunter Lab78.0810-27.0818-12.0429
CIE-Lab82.3607-26.0048-16.5952

#75dceb color RGB value is (117,220,235).

#75dceb hex color red value is 117, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #75dceb hue: 0.52 , saturation: 0.75 and the lightness value of 75dceb is 0.69.

The process color (four color CMYK) of #75dceb color hex is 0.50, 0.06, 0.00, 0.08. Web safe color of #75dceb is #66ccff. Color #75dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011100 11101011
Octal 165 334 353
Decimal 117 220 235
Hex 75 DC EB

RGB Percentages of Color #75dceb

%20.45
%38.46
%41.08

CMYK Percentages of Color #75dceb

%50
%6
%0
%8

Triadic Colors of #75dceb

#75dceb #eb75dc #dceb75

Analogous Colors of #75dceb

#75dceb #75a1eb #75ebbf

Monochromatic Colors of #75dceb

#75dceb

Complementary Color

#75dceb #eb8475

#75dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dceb Color CSS Codes

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

#75dceb Text Font Color

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

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


#75dceb Background Color

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

This div background color is #75dceb


#75dceb Border Color

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

This div border color is #75dceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,220,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 #75dceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dceb


Comments

No comments written yet.

Please login to write comment.