Color Hex Logo

#7bbfdc Color Hex

#7BBFDC
(123,191,220)
0 Favorites   0 Comments

Color spaces of #7bbfdc

RGB 123191220
HSL0.550.580.67
HSV198°44°86°
CMYK 0.440.130.00   0.14
XYZ39.717446.639974.6192
Yxy46.63990.24670.2897
Hunter Lab68.2934-15.7032-16.9764
CIE-Lab73.9588-13.9437-21.2288

#7bbfdc color RGB value is (123,191,220).

#7bbfdc hex color red value is 123, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7bbfdc hue: 0.55 , saturation: 0.58 and the lightness value of 7bbfdc is 0.67.

The process color (four color CMYK) of #7bbfdc color hex is 0.44, 0.13, 0.00, 0.14. Web safe color of #7bbfdc is #66cccc. Color #7bbfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 11011100
Octal 173 277 334
Decimal 123 191 220
Hex 7B BF DC

RGB Percentages of Color #7bbfdc

%23.03
%35.77
%41.20

CMYK Percentages of Color #7bbfdc

%44
%13
%0
%14

Triadic Colors of #7bbfdc

#7bbfdc #dc7bbf #bfdc7b

Analogous Colors of #7bbfdc

#7bbfdc #7b8fdc #7bdcc9

Monochromatic Colors of #7bbfdc

#7bbfdc

Complementary Color

#7bbfdc #dc987b

#7bbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbfdc Color CSS Codes

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

#7bbfdc Text Font Color

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

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


#7bbfdc Background Color

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

This div background color is #7bbfdc


#7bbfdc Border Color

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

This div border color is #7bbfdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,191,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bbfdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bbfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #7bbfdc;
  box-shadow:         1px 1px 3px 2px #7bbfdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,191,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbfdc


Comments

No comments written yet.

Please login to write comment.