Color Hex Logo

#7bccda Color Hex

#7BCCDA
(123,204,218)
0 Favorites   0 Comments

Color spaces of #7bccda

RGB 123204218
HSL0.520.560.67
HSV189°44°85°
CMYK 0.440.060.00   0.15
XYZ42.416152.458674.2196
Yxy52.45860.25080.3102
Hunter Lab72.4283-22.2148-10.0565
CIE-Lab77.5543-21.1595-14.7145

#7bccda color RGB value is (123,204,218).

#7bccda hex color red value is 123, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7bccda hue: 0.52 , saturation: 0.56 and the lightness value of 7bccda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11011010
Octal 173 314 332
Decimal 123 204 218
Hex 7B CC DA

RGB Percentages of Color #7bccda

%22.57
%37.43
%40.00

CMYK Percentages of Color #7bccda

%44
%6
%0
%15

Triadic Colors of #7bccda

#7bccda #da7bcc #ccda7b

Analogous Colors of #7bccda

#7bccda #7b9dda #7bdab9

Monochromatic Colors of #7bccda

#7bccda

Complementary Color

#7bccda #da897b

#7bccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccda Color CSS Codes

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

#7bccda Text Font Color

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

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


#7bccda Background Color

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

This div background color is #7bccda


#7bccda Border Color

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

This div border color is #7bccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccda


Comments

No comments written yet.

Please login to write comment.