Color Hex Logo

#75cafb Color Hex

#75CAFB
(117,202,251)
0 Favorites   0 Comments

Color spaces of #75cafb

RGB 117202251
HSL0.560.940.72
HSV202°53°98°
CMYK 0.530.200.00   0.02
XYZ45.869252.988099.0769
Yxy52.98800.23170.2677
Hunter Lab72.7929-14.9087-29.7434
CIE-Lab77.8679-12.4121-31.9649

#75cafb color RGB value is (117,202,251).

#75cafb hex color red value is 117, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #75cafb hue: 0.56 , saturation: 0.94 and the lightness value of 75cafb is 0.72.

The process color (four color CMYK) of #75cafb color hex is 0.53, 0.20, 0.00, 0.02. Web safe color of #75cafb is #66ccff. Color #75cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001010 11111011
Octal 165 312 373
Decimal 117 202 251
Hex 75 CA FB

RGB Percentages of Color #75cafb

%20.53
%35.44
%44.04

CMYK Percentages of Color #75cafb

%53
%20
%0
%2

Triadic Colors of #75cafb

#75cafb #fb75ca #cafb75

Analogous Colors of #75cafb

#75cafb #7587fb #75fbe9

Monochromatic Colors of #75cafb

#75cafb

Complementary Color

#75cafb #fba675

#75cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cafb Color CSS Codes

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

#75cafb Text Font Color

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

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


#75cafb Background Color

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

This div background color is #75cafb


#75cafb Border Color

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

This div border color is #75cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cafb

Related Colors


Comments

No comments written yet.

Please login to write comment.