Color Hex Logo

#75dfca Color Hex

#75DFCA
(117,223,202)
0 Favorites   0 Comments

Color spaces of #75dfca

RGB 117223202
HSL0.470.620.67
HSV168°48°87°
CMYK 0.480.000.09   0.13
XYZ44.384560.821565.2775
Yxy60.82150.26030.3568
Hunter Lab77.9881-34.89164.9649
CIE-Lab82.2827-35.71930.8114

#75dfca color RGB value is (117,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011111 11001010
Octal 165 337 312
Decimal 117 223 202
Hex 75 DF CA

RGB Percentages of Color #75dfca

%21.59
%41.14
%37.27

CMYK Percentages of Color #75dfca

%48
%0
%9
%13

Triadic Colors of #75dfca

#75dfca #ca75df #dfca75

Analogous Colors of #75dfca

#75dfca #75bfdf #75df95

Monochromatic Colors of #75dfca

#75dfca

Complementary Color

#75dfca #df758a

#75dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#75dfca Color CSS Codes

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

#75dfca Text Font Color

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

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


#75dfca Background Color

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

This div background color is #75dfca


#75dfca Border Color

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

This div border color is #75dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75dfca


Comments

No comments written yet.

Please login to write comment.