Color Hex Logo

#7fbdca Color Hex

#7FBDCA
(127,189,202)
0 Favorites   0 Comments

Color spaces of #7fbdca

RGB 127189202
HSL0.530.410.65
HSV190°37°79°
CMYK 0.370.060.00   0.21
XYZ37.610745.171562.6138
Yxy45.17150.25870.3107
Hunter Lab67.2097-17.7281-8.1888
CIE-Lab73.0047-16.5606-12.8594

#7fbdca color RGB value is (127,189,202).

#7fbdca hex color red value is 127, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7fbdca hue: 0.53 , saturation: 0.41 and the lightness value of 7fbdca is 0.65.

The process color (four color CMYK) of #7fbdca color hex is 0.37, 0.06, 0.00, 0.21. Web safe color of #7fbdca is #66cccc. Color #7fbdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 11001010
Octal 177 275 312
Decimal 127 189 202
Hex 7F BD CA

RGB Percentages of Color #7fbdca

%24.52
%36.49
%39.00

CMYK Percentages of Color #7fbdca

%37
%6
%0
%21

Triadic Colors of #7fbdca

#7fbdca #ca7fbd #bdca7f

Analogous Colors of #7fbdca

#7fbdca #7f98ca #7fcab2

Monochromatic Colors of #7fbdca

#7fbdca

Complementary Color

#7fbdca #ca8c7f

#7fbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbdca Color CSS Codes

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

#7fbdca Text Font Color

<p style="color:#7fbdca">Text here</p>

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


#7fbdca Background Color

<div style="background-color:#7fbdca">
Div content here</div>

This div background color is #7fbdca


#7fbdca Border Color

<div style="border:3px solid #7fbdca">
Div here</div>

This div border color is #7fbdca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,189,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fbdca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fbdca;
  -webkit-box-shadow: 1px 1px 3px 2px #7fbdca;
  box-shadow:         1px 1px 3px 2px #7fbdca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,189,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 #7fbdca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbdca


Comments

No comments written yet.

Please login to write comment.