Color Hex Logo

#7bdadc Color Hex

#7BDADC
(123,218,220)
0 Favorites   0 Comments

Color spaces of #7bdadc

RGB 123218220
HSL0.500.580.67
HSV181°44°86°
CMYK 0.440.010.00   0.14
XYZ46.158159.521176.7661
Yxy59.52110.25300.3262
Hunter Lab77.1499-28.2174-4.9901
CIE-Lab81.5772-27.5787-9.7688

#7bdadc color RGB value is (123,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 11011100
Octal 173 332 334
Decimal 123 218 220
Hex 7B DA DC

RGB Percentages of Color #7bdadc

%21.93
%38.86
%39.22

CMYK Percentages of Color #7bdadc

%44
%1
%0
%14

Triadic Colors of #7bdadc

#7bdadc #dc7bda #dadc7b

Analogous Colors of #7bdadc

#7bdadc #7baadc #7bdcae

Monochromatic Colors of #7bdadc

#7bdadc

Complementary Color

#7bdadc #dc7d7b

#7bdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdadc Color CSS Codes

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

#7bdadc Text Font Color

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

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


#7bdadc Background Color

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

This div background color is #7bdadc


#7bdadc Border Color

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

This div border color is #7bdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdadc


Comments

No comments written yet.

Please login to write comment.