Color Hex Logo

#235edc Color Hex

#235EDC
(35,94,220)
0 Favorites   0 Comments

Color spaces of #235edc

RGB 3594220
HSL0.610.730.50
HSV221°84°86°
CMYK 0.840.570.00   0.14
XYZ17.614113.530069.3933
Yxy13.53000.17520.1346
Hunter Lab36.783121.1066-86.1054
CIE-Lab43.551228.3788-69.4393

#235edc color RGB value is (35,94,220).

#235edc hex color red value is 35, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #235edc hue: 0.61 , saturation: 0.73 and the lightness value of 235edc is 0.50.

The process color (four color CMYK) of #235edc color hex is 0.84, 0.57, 0.00, 0.14. Web safe color of #235edc is #3366cc. Color #235edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 11011100
Octal 43 136 334
Decimal 35 94 220
Hex 23 5E DC

RGB Percentages of Color #235edc

%10.03
%26.93
%63.04

CMYK Percentages of Color #235edc

%84
%57
%0
%14

Triadic Colors of #235edc

#235edc #dc235e #5edc23

Analogous Colors of #235edc

#235edc #4523dc #23bbdc

Monochromatic Colors of #235edc

#235edc

Complementary Color

#235edc #dca123

#235edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#235edc Color CSS Codes

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

#235edc Text Font Color

<p style="color:#235edc">Text here</p>

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


#235edc Background Color

<div style="background-color:#235edc">
Div content here</div>

This div background color is #235edc


#235edc Border Color

<div style="border:3px solid #235edc">
Div here</div>

This div border color is #235edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,94,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235edc;
  -webkit-box-shadow: 1px 1px 3px 2px #235edc;
  box-shadow:         1px 1px 3px 2px #235edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,94,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235edc


Comments

No comments written yet.

Please login to write comment.