Color Hex Logo

#75cafe Color Hex

#75CAFE
(117,202,254)
0 Favorites   0 Comments

Color spaces of #75cafe

RGB 117202254
HSL0.560.990.73
HSV203°54°100°
CMYK 0.540.200.00   0.00
XYZ46.346053.1787101.5878
Yxy53.17870.23040.2644
Hunter Lab72.9237-14.1725-31.5485
CIE-Lab77.9804-11.5427-33.3945

#75cafe color RGB value is (117,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001010 11111110
Octal 165 312 376
Decimal 117 202 254
Hex 75 CA FE

RGB Percentages of Color #75cafe

%20.42
%35.25
%44.33

CMYK Percentages of Color #75cafe

%54
%20
%0
%0

Triadic Colors of #75cafe

#75cafe #fe75ca #cafe75

Analogous Colors of #75cafe

#75cafe #7586fe #75feee

Monochromatic Colors of #75cafe

#75cafe

Complementary Color

#75cafe #fea975

#75cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cafe Color CSS Codes

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

#75cafe Text Font Color

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

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


#75cafe Background Color

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

This div background color is #75cafe


#75cafe Border Color

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

This div border color is #75cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cafe


Comments

No comments written yet.

Please login to write comment.