Color Hex Logo

#7bcfef Color Hex

#7BCFEF
(123,207,239)
0 Favorites   0 Comments

Color spaces of #7bcfef

RGB 123207239
HSL0.550.780.71
HSV197°49°94°
CMYK 0.490.130.00   0.06
XYZ46.061255.068689.8630
Yxy55.06860.24120.2883
Hunter Lab74.2082-19.0691-19.8519
CIE-Lab79.0808-17.0935-23.6694

#7bcfef color RGB value is (123,207,239).

#7bcfef hex color red value is 123, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7bcfef hue: 0.55 , saturation: 0.78 and the lightness value of 7bcfef is 0.71.

The process color (four color CMYK) of #7bcfef color hex is 0.49, 0.13, 0.00, 0.06. Web safe color of #7bcfef is #66ccff. Color #7bcfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 11101111
Octal 173 317 357
Decimal 123 207 239
Hex 7B CF EF

RGB Percentages of Color #7bcfef

%21.62
%36.38
%42.00

CMYK Percentages of Color #7bcfef

%49
%13
%0
%6

Triadic Colors of #7bcfef

#7bcfef #ef7bcf #cfef7b

Analogous Colors of #7bcfef

#7bcfef #7b95ef #7befd5

Monochromatic Colors of #7bcfef

#7bcfef

Complementary Color

#7bcfef #ef9b7b

#7bcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfef Color CSS Codes

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

#7bcfef Text Font Color

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

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


#7bcfef Background Color

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

This div background color is #7bcfef


#7bcfef Border Color

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

This div border color is #7bcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfef


Comments

No comments written yet.

Please login to write comment.