Color Hex Logo

#235fdc Color Hex

#235FDC
(35,95,220)
0 Favorites   0 Comments

Color spaces of #235fdc

RGB 3595220
HSL0.610.730.50
HSV221°84°86°
CMYK 0.840.570.00   0.14
XYZ17.703613.709069.4232
Yxy13.70900.17560.1360
Hunter Lab37.025720.5538-85.2509
CIE-Lab43.812727.7338-69.0133

#235fdc color RGB value is (35,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011111 11011100
Octal 43 137 334
Decimal 35 95 220
Hex 23 5F DC

RGB Percentages of Color #235fdc

%10.00
%27.14
%62.86

CMYK Percentages of Color #235fdc

%84
%57
%0
%14

Triadic Colors of #235fdc

#235fdc #dc235f #5fdc23

Analogous Colors of #235fdc

#235fdc #4323dc #23bcdc

Monochromatic Colors of #235fdc

#235fdc

Complementary Color

#235fdc #dca023

#235fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#235fdc Color CSS Codes

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

#235fdc Text Font Color

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

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


#235fdc Background Color

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

This div background color is #235fdc


#235fdc Border Color

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

This div border color is #235fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235fdc


Comments

No comments written yet.

Please login to write comment.