Color Hex Logo

#1cbeed Color Hex

#1CBEED
(28,190,237)
0 Favorites   0 Comments

Color spaces of #1cbeed

RGB 28190237
HSL0.540.850.52
HSV193°88°93°
CMYK 0.880.200.00   0.07
XYZ34.178443.188286.6555
Yxy43.18820.20840.2633
Hunter Lab65.7177-22.1720-32.1775
CIE-Lab71.6825-22.3861-34.1659

#1cbeed color RGB value is (28,190,237).

#1cbeed hex color red value is 28, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #1cbeed hue: 0.54 , saturation: 0.85 and the lightness value of 1cbeed is 0.52.

The process color (four color CMYK) of #1cbeed color hex is 0.88, 0.20, 0.00, 0.07. Web safe color of #1cbeed is #33ccff. Color #1cbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111110 11101101
Octal 34 276 355
Decimal 28 190 237
Hex 1C BE ED

RGB Percentages of Color #1cbeed

%6.15
%41.76
%52.09

CMYK Percentages of Color #1cbeed

%88
%20
%0
%7

Triadic Colors of #1cbeed

#1cbeed #ed1cbe #beed1c

Analogous Colors of #1cbeed

#1cbeed #1c56ed #1cedb4

Monochromatic Colors of #1cbeed

#1cbeed

Complementary Color

#1cbeed #ed4b1c

#1cbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbeed Color CSS Codes

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

#1cbeed Text Font Color

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

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


#1cbeed Background Color

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

This div background color is #1cbeed


#1cbeed Border Color

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

This div border color is #1cbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbeed


Comments

No comments written yet.

Please login to write comment.