color codes Logo

#01caeb color codes

#01CAEB
(1,202,235)
0 Favorites   0 Comments

Color spaces of #01caeb

RGB 1202235
HSL0.520.990.46
HSV188°100°92°
CMYK 1.000.140.00   0.08
XYZ36.128448.245786.0054
Yxy48.24570.21200.2832
Hunter Lab69.4591-28.7087-24.7924
CIE-Lab74.9796-29.9606-28.0165

#01caeb color RGB value is (1,202,235).

#01caeb hex color red value is 1, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #01caeb hue: 0.52 , saturation: 0.99 and the lightness value of 01caeb is 0.46.

The process color (four color CMYK) of #01caeb color code is 1.00, 0.14, 0.00, 0.08. Web safe color of #01caeb is #00ccff. Color #01caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001010 11101011
Octal 1 312 353
Decimal 1 202 235
Hex 1 CA EB

RGB Percentages of Color #01caeb

%0.23
%46.12
%53.65

CMYK Percentages of Color #01caeb

%100
%14
%0
%8

Triadic Colors of #01caeb

#01caeb #eb01ca #caeb01

Analogous Colors of #01caeb

#01caeb #0155eb #01eb97

Monochromatic Colors of #01caeb

#01caeb

Complementary Color

#01caeb #eb2201

#01caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#01caeb Color CSS Codes

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

#01caeb Text Font Color

<p style="color:#01caeb">Text here</p>

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


#01caeb Background Color

<div style="background-color:#01caeb">
Div content here</div>

This div background color is #01caeb


#01caeb Border Color

<div style="border:3px solid #01caeb">
Div here</div>

This div border color is #01caeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,202,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01caeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01caeb;
  -webkit-box-shadow: 1px 1px 3px 2px #01caeb;
  box-shadow:         1px 1px 3px 2px #01caeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01caeb


Comments

No comments written yet.

Please login to write comment.