Color Hex Logo

#75bdea Color Hex

#75BDEA
(117,189,234)
0 Favorites   0 Comments

Color spaces of #75bdea

RGB 117189234
HSL0.560.740.69
HSV203°50°92°
CMYK 0.500.190.00   0.08
XYZ40.385046.117684.6150
Yxy46.11760.23600.2695
Hunter Lab67.9099-12.6912-26.3377
CIE-Lab73.6218-10.4081-29.3560

#75bdea color RGB value is (117,189,234).

#75bdea hex color red value is 117, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #75bdea hue: 0.56 , saturation: 0.74 and the lightness value of 75bdea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 11101010
Octal 165 275 352
Decimal 117 189 234
Hex 75 BD EA

RGB Percentages of Color #75bdea

%21.67
%35.00
%43.33

CMYK Percentages of Color #75bdea

%50
%19
%0
%8

Triadic Colors of #75bdea

#75bdea #ea75bd #bdea75

Analogous Colors of #75bdea

#75bdea #7583ea #75eadd

Monochromatic Colors of #75bdea

#75bdea

Complementary Color

#75bdea #eaa275

#75bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bdea Color CSS Codes

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

#75bdea Text Font Color

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

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


#75bdea Background Color

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

This div background color is #75bdea


#75bdea Border Color

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

This div border color is #75bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bdea


Comments

No comments written yet.

Please login to write comment.