Color Hex Logo

#2cbefd Color Hex

#2CBEFD
(44,190,253)
0 Favorites   0 Comments

Color spaces of #2cbefd

RGB 44190253
HSL0.550.980.58
HSV198°83°99°
CMYK 0.830.250.00   0.01
XYZ37.181844.454299.5493
Yxy44.45420.20520.2454
Hunter Lab66.6740-17.1361-41.8527
CIE-Lab72.5310-15.9198-41.4739

#2cbefd color RGB value is (44,190,253).

#2cbefd hex color red value is 44, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2cbefd hue: 0.55 , saturation: 0.98 and the lightness value of 2cbefd is 0.58.

The process color (four color CMYK) of #2cbefd color hex is 0.83, 0.25, 0.00, 0.01. Web safe color of #2cbefd is #33ccff. Color #2cbefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10111110 11111101
Octal 54 276 375
Decimal 44 190 253
Hex 2C BE FD

RGB Percentages of Color #2cbefd

%9.03
%39.01
%51.95

CMYK Percentages of Color #2cbefd

%83
%25
%0
%1

Triadic Colors of #2cbefd

#2cbefd #fd2cbe #befd2c

Analogous Colors of #2cbefd

#2cbefd #2c55fd #2cfdd4

Monochromatic Colors of #2cbefd

#2cbefd

Complementary Color

#2cbefd #fd6b2c

#2cbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cbefd Color CSS Codes

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

#2cbefd Text Font Color

<p style="color:#2cbefd">Text here</p>

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


#2cbefd Background Color

<div style="background-color:#2cbefd">
Div content here</div>

This div background color is #2cbefd


#2cbefd Border Color

<div style="border:3px solid #2cbefd">
Div here</div>

This div border color is #2cbefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,190,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2cbefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2cbefd;
  -webkit-box-shadow: 1px 1px 3px 2px #2cbefd;
  box-shadow:         1px 1px 3px 2px #2cbefd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cbefd


Comments

No comments written yet.

Please login to write comment.