Color Hex Logo

#1cbedd Color Hex

#1CBEDD
(28,190,221)
0 Favorites   0 Comments

Color spaces of #1cbedd

RGB 28190221
HSL0.530.780.49
HSV190°87°87°
CMYK 0.870.140.00   0.13
XYZ31.943542.294274.8866
Yxy42.29420.21420.2836
Hunter Lab65.0340-26.1336-22.7486
CIE-Lab71.0733-27.6853-26.4143

#1cbedd color RGB value is (28,190,221).

#1cbedd hex color red value is 28, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1cbedd hue: 0.53 , saturation: 0.78 and the lightness value of 1cbedd is 0.49.

The process color (four color CMYK) of #1cbedd color hex is 0.87, 0.14, 0.00, 0.13. Web safe color of #1cbedd is #33cccc. Color #1cbedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111110 11011101
Octal 34 276 335
Decimal 28 190 221
Hex 1C BE DD

RGB Percentages of Color #1cbedd

%6.38
%43.28
%50.34

CMYK Percentages of Color #1cbedd

%87
%14
%0
%13

Triadic Colors of #1cbedd

#1cbedd #dd1cbe #bedd1c

Analogous Colors of #1cbedd

#1cbedd #1c5ddd #1cdd9c

Monochromatic Colors of #1cbedd

#1cbedd

Complementary Color

#1cbedd #dd3b1c

#1cbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbedd Color CSS Codes

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

#1cbedd Text Font Color

<p style="color:#1cbedd">Text here</p>

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


#1cbedd Background Color

<div style="background-color:#1cbedd">
Div content here</div>

This div background color is #1cbedd


#1cbedd Border Color

<div style="border:3px solid #1cbedd">
Div here</div>

This div border color is #1cbedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,190,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbedd


Comments

No comments written yet.

Please login to write comment.