Color Hex Logo

#75dbca Color Hex

#75DBCA
(117,219,202)
0 Favorites   0 Comments

Color spaces of #75dbca

RGB 117219202
HSL0.470.590.66
HSV170°47°86°
CMYK 0.470.000.08   0.14
XYZ43.328358.709264.9255
Yxy58.70920.25950.3516
Hunter Lab76.6219-33.14993.3960
CIE-Lab81.1315-33.8590-0.8698

#75dbca color RGB value is (117,219,202).

#75dbca hex color red value is 117, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #75dbca hue: 0.47 , saturation: 0.59 and the lightness value of 75dbca is 0.66.

The process color (four color CMYK) of #75dbca color hex is 0.47, 0.00, 0.08, 0.14. Web safe color of #75dbca is #66cccc. Color #75dbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011011 11001010
Octal 165 333 312
Decimal 117 219 202
Hex 75 DB CA

RGB Percentages of Color #75dbca

%21.75
%40.71
%37.55

CMYK Percentages of Color #75dbca

%47
%0
%8
%14

Triadic Colors of #75dbca

#75dbca #ca75db #dbca75

Analogous Colors of #75dbca

#75dbca #75b9db #75db97

Monochromatic Colors of #75dbca

#75dbca

Complementary Color

#75dbca #db7586

#75dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dbca Color CSS Codes

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

#75dbca Text Font Color

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

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


#75dbca Background Color

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

This div background color is #75dbca


#75dbca Border Color

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

This div border color is #75dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dbca


Comments

No comments written yet.

Please login to write comment.