Color Hex Logo

#7bebfd Color Hex

#7BEBFD
(123,235,253)
0 Favorites   0 Comments

Color spaces of #7bebfd

RGB 123235253
HSL0.520.970.74
HSV188°51°99°
CMYK 0.510.070.00   0.01
XYZ55.606370.7195103.6480
Yxy70.71950.24180.3075
Hunter Lab84.0949-29.1360-14.2092
CIE-Lab87.3485-27.2860-18.5548

#7bebfd color RGB value is (123,235,253).

#7bebfd hex color red value is 123, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7bebfd hue: 0.52 , saturation: 0.97 and the lightness value of 7bebfd is 0.74.

The process color (four color CMYK) of #7bebfd color hex is 0.51, 0.07, 0.00, 0.01. Web safe color of #7bebfd is #66ffff. Color #7bebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11111101
Octal 173 353 375
Decimal 123 235 253
Hex 7B EB FD

RGB Percentages of Color #7bebfd

%20.13
%38.46
%41.41

CMYK Percentages of Color #7bebfd

%51
%7
%0
%1

Triadic Colors of #7bebfd

#7bebfd #fd7beb #ebfd7b

Analogous Colors of #7bebfd

#7bebfd #7baafd #7bfdce

Monochromatic Colors of #7bebfd

#7bebfd

Complementary Color

#7bebfd #fd8d7b

#7bebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebfd Color CSS Codes

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

#7bebfd Text Font Color

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

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


#7bebfd Background Color

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

This div background color is #7bebfd


#7bebfd Border Color

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

This div border color is #7bebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebfd


Comments

No comments written yet.

Please login to write comment.