Color Hex Logo

#23caed Color Hex

#23CAED
(35,202,237)
0 Favorites   0 Comments

Color spaces of #23caed

RGB 35202237
HSL0.530.850.53
HSV190°85°93°
CMYK 0.850.150.00   0.07
XYZ37.099748.712887.5679
Yxy48.71280.21400.2810
Hunter Lab69.7946-27.2578-25.5321
CIE-Lab75.2723-28.0049-28.6248

#23caed color RGB value is (35,202,237).

#23caed hex color red value is 35, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #23caed hue: 0.53 , saturation: 0.85 and the lightness value of 23caed is 0.53.

The process color (four color CMYK) of #23caed color hex is 0.85, 0.15, 0.00, 0.07. Web safe color of #23caed is #33ccff. Color #23caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 11001010 11101101
Octal 43 312 355
Decimal 35 202 237
Hex 23 CA ED

RGB Percentages of Color #23caed

%7.38
%42.62
%50.00

CMYK Percentages of Color #23caed

%85
%15
%0
%7

Triadic Colors of #23caed

#23caed #ed23ca #caed23

Analogous Colors of #23caed

#23caed #2365ed #23edab

Monochromatic Colors of #23caed

#23caed

Complementary Color

#23caed #ed4623

#23caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#23caed Color CSS Codes

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

#23caed Text Font Color

<p style="color:#23caed">Text here</p>

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


#23caed Background Color

<div style="background-color:#23caed">
Div content here</div>

This div background color is #23caed


#23caed Border Color

<div style="border:3px solid #23caed">
Div here</div>

This div border color is #23caed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,202,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23caed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23caed;
  -webkit-box-shadow: 1px 1px 3px 2px #23caed;
  box-shadow:         1px 1px 3px 2px #23caed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,202,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 #23caed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23caed


Comments

No comments written yet.

Please login to write comment.